"Mike R" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I have an issue where I have a value in a link like this: > > http://www.something.com/templates/nav.php?page=about > > But when the link is clicked on, the value of page is empty. Is this a > globals issue of some sort?
Try accessing it via $_GET['page']. You can always do a print_r($_REQUEST) to see which variables are available. Regards, Torsten Roehr -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php