Re: [PHP] 4.2 new GLOBALS question

2002-04-26 Thread Uchendu Nwachukwu
Original Message - From: John Holmes [EMAIL PROTECTED] To: 'Jeff Lewis' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, April 25, 2002 10:13 PM Subject: RE: [PHP] 4.2 new GLOBALS question I am working on an odler script which loads up in index.php and a URL is passed usua

[PHP] 4.2 new GLOBALS question

2002-04-25 Thread Jeff Lewis
I am working on an odler script which loads up in index.php and a URL is passed usually like index.php?s=something Now, around line 10 of index.php I do an include that pulls the value of s via HTTP_POST_VARS and then I dump it into $start. It used to work just fine and still does except on

RE: [PHP] 4.2 new GLOBALS question

2002-04-25 Thread John Holmes
I am working on an odler script which loads up in index.php and a URL is passed usually like index.php?s=something Now, around line 10 of index.php I do an include that pulls the value of s via HTTP_POST_VARS and then I dump it into $start. What do you mean you dump it into $start?? Where

Re: [PHP] 4.2 new GLOBALS question

2002-04-25 Thread Jeff Lewis
: John Holmes [EMAIL PROTECTED] To: 'Jeff Lewis' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, April 25, 2002 10:13 PM Subject: RE: [PHP] 4.2 new GLOBALS question I am working on an odler script which loads up in index.php and a URL is passed usually like index.php?s=something Now