hi guys iam a newbie. i like you guys to help me out on this...
i like to make a php page which takes content out of another php file. i know include does this, but i don't want to take the whole code, just parts of a page, for example one php file(x.php) has 10 tables. i am have 3 pages(eg. 1.php,2.php,3.php).
i want the 1.php page to get the first 3 tables from x.php,
2.php to get the next 3 tables
and so on and so forth.
i need this beacause my client needs to update his page's frequently and he does'nt know much of php or html, and i want him to edit only one page so that, it gets reflected in other pages.
thanx in advance
muthukumar prakasham