RE: [PHP] Vars passed via URL disappearing

2002-08-02 Thread David Freeman
> I just upgraded to PHP 4.2.2 and am trying to make my sites work with > register_globals turned OFF. I notice, however, that with > register_globals turned off any variables I pass via the URL don't seem to be > recognized by the script it was passed to. > I thought register_globals onl

Re: [PHP] Vars passed via URL disappearing

2002-08-02 Thread Monty
erg) > Newsgroups: php.general > Date: Fri, 2 Aug 2002 12:45:41 -0700 > To: Monty <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: Re: [PHP] Vars passed via URL disappearing > > 'variables passed via the URL' = 'GET variables' > > -steve > -- PHP G

Re: [PHP] Vars passed via URL disappearing

2002-08-02 Thread Steve Edberg
At 3:29 PM -0400 8/2/02, Monty wrote: >I just upgraded to PHP 4.2.2 and am trying to make my sites work with >register_globals turned OFF. I notice, however, that with register_globals >turned off any variables I pass via the URL don't seem to be recognized by >the script it was passed to. > >So,