RE: [PHP] Value in URL issue

2004-06-17 Thread Mike R
; To: [EMAIL PROTECTED] > Subject: Re: [PHP] Value in URL issue > > > Maybe you should post all the relevant code. > > - Original Message - > From: "Mike R" <[EMAIL PROTECTED]> > To: "Gabino Travassos" <[EMAIL PROTECTED]> > Cc: <[EMAI

Re: [PHP] Value in URL issue

2004-06-16 Thread Curt Zirzow
* Thus wrote Gabino Travassos ([EMAIL PROTECTED]): > Maybe you should post all the relevant code. Please dont. If a simple script like so: http://server/simplescript.php?avar=avalue Is printing null, then something else is wrong. Curt -- First, let me assure you that this is not one of those

Re: [PHP] Value in URL issue

2004-06-16 Thread Curt Zirzow
hmm.. the third different topic in this thread.. * Thus wrote Mike R ([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

Re: [PHP] Value in URL issue

2004-06-16 Thread Gabino Travassos
Maybe you should post all the relevant code. - Original Message - From: "Mike R" <[EMAIL PROTECTED]> To: "Gabino Travassos" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 2:36 PM Subject: RE: [PHP] Value in URL issue &g

RE: [PHP] Value in URL issue

2004-06-16 Thread Mike R
Nothing gets printed out with this. :\ -Mike > -Original Message- > From: Gabino Travassos [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 16, 2004 4:04 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Value in URL issue > > > $_SERVER['QUERY_STRIN

Re: [PHP] Value in URL issue

2004-06-16 Thread Gabino Travassos
$_SERVER['QUERY_STRING'] should get anything after the "?" in your url. - Original Message - From: "Mike R" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 1:45 PM Subject: [PHP] Value in URL issue > > I have a

[PHP] Value in URL issue

2004-06-16 Thread Mike R
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? Thanks, -Mike -- PHP General Mailing List (http://www.php.net/) To unsubscribe,