Hi All,
I have a website that requires to have the name of each page to be displayed on the top right corner of the page (called $location).
What I have done is tried to set the variable in the link to each page. All pages use a common header and footer.
Sample Link.
<a href="page.php?location=Page">Link</a>
when page.php is loaded it should set the variable $location as "Page".
However where it is suppose to echo $location, it doesnt echo anything.
I know I am missing something... probably something easy here. can any one help?
Thanks
Phil