Both $_GET['page'] and print_r($_REQUEST) come up empty!  No results at all.

:\

-Mike


> -----Original Message-----
> From: Torsten Roehr [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 16, 2004 3:44 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Re: Value in URL issue
>
>
> "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
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to