Re: [PHP] accessing variable value

2008-07-20 Thread Chris
Sudhakar wrote: > i need help with accessing the value of a variable from a different page. > > i have an index.php file which has 2 files included to display header and > footer and the center portion changes based on the link clicked on the > footer. > > header.php > > echo " Text from header

[PHP] accessing variable value

2008-07-19 Thread Sudhakar
i need help with accessing the value of a variable from a different page. i have an index.php file which has 2 files included to display header and footer and the center portion changes based on the link clicked on the footer. header.php Text from header.php file "; ?> footer.php Web Develop