Re: [PHP] 4.2 new GLOBALS question

2002-04-26 Thread Uchendu Nwachukwu
longer populated. > > If I add an echo $start; right after the include, in 4.1.2 and below, it > would echo the value of $start but now it keeps turning up empty. > > Jeff > - Original Message - > From: "John Holmes" <[EMAIL PROTECTED]> > To: "'

Re: [PHP] 4.2 new GLOBALS question

2002-04-25 Thread Jeff Lewis
it keeps turning up empty. Jeff - 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

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"??