RE: [PHP] Re: Value in URL issue

2004-06-16 Thread Mike R
I only get 'NULL' when I do that. Sort of interesting. -Mike > -Original Message- > From: Matt Grimm [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 16, 2004 4:10 PM > To: Mike R > Subject: Re: [PHP] Re: Value in URL issue > > > Try this at th

[PHP] Re: Value in URL issue

2004-06-16 Thread chmok
[EMAIL PROTECTED] (Mike R) wrote in 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? > > Tha

RE: [PHP] Re: Value in URL issue

2004-06-16 Thread Mike R
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 iss

[PHP] Re: Value in URL issue

2004-06-16 Thread Torsten Roehr
"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