RE: [PHP] Value in URL issue

2004-06-17 Thread Mike R
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: [EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 2:36 PM Subject: RE: [PHP] Value in URL issue

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 an issue where I have a value in a link like this:

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_STRING'] should get anything after

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 Nothing gets printed out with this. :\ -Mike

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 issue

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: ?php vardump($_GET); that is access via: http://server/simplescript.php?avar=avalue Is printing null, then something else is wrong. Curt -- First, let