Re: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread 1LT John W. Holmes
30, 2002 4:31 PM Subject: RE: [PHP] Problem running script after installing PHP 4.2.1 One more question - could you just use $_GET[$QUERY_STRING} then? Our URL doesn't even have IDs - it's just 00106055... Then I explode it and put it into variables. There are up to 12 vars that we pass

Re: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread 1LT John W. Holmes
You probably still have register globals off still and your URL variables aren't being accessed correctly. Use $_GET['page'] or $HTTP_GET_VARS['page'], or turn on register_globals... ---John Holmes... - Original Message - From: Igor Portnoy [EMAIL PROTECTED] To: [EMAIL PROTECTED];

RE: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread Leotta, Natalie (NCI/IMS)
]] Sent: Thursday, May 30, 2002 4:16 PM To: Igor Portnoy; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] Problem running script after installing PHP 4.2.1 You probably still have register globals off still and your URL variables aren't being accessed correctly. Use $_GET['page

Re: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread 1LT John W. Holmes
]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, May 30, 2002 4:18 PM Subject: RE: [PHP] Problem running script after installing PHP 4.2.1 I have a quick question. I've been reading all of this about the upgrade - we're just waiting for our network guy to do it. We need to use the query

RE: [PHP] Problem running script after installing PHP 4.2.1

2002-05-30 Thread Leotta, Natalie (NCI/IMS)
:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 4:29 PM To: Leotta, Natalie (NCI/IMS); Igor Portnoy; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] Problem running script after installing PHP 4.2.1 Okay, the only issue with the upgrade is that register_globals defaults to off