Re: [PHP] Re: Need Help with register_globals OFF

2002-08-03 Thread Monty
Well, I just "upgraded" a number of PHP scripts to function with register_globals turned off, and now better understand what's required to work with variables more securely. I wanted to share that the extract() command turned out to be a big help. Using it meant I didn't have to put $_POST[' '] a

Re: [PHP] Re: Need Help with register_globals OFF

2002-08-02 Thread Monty
Date: Sat, 03 Aug 2002 15:46:57 +1000 > To: Monty <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> > Subject: Re: [PHP] Re: Need Help with register_globals OFF >> >> Anyone want to share any tips on how to deal with form vars passed to a >> script with register_gl

Re: [PHP] Re: Need Help with register_globals OFF

2002-08-02 Thread Justin French
on 03/08/02 3:35 PM, Monty ([EMAIL PROTECTED]) wrote: > Well, to answer my own question, I found a decent tutorial on using sessions > with the new register_globals off here: > > http://www.wdvl.com/Authoring/Languages/PHP/Maintaining_state/session_variab > les.html > > Anyone want to share any

[PHP] Re: Need Help with register_globals OFF

2002-08-02 Thread Monty
Well, to answer my own question, I found a decent tutorial on using sessions with the new register_globals off here: http://www.wdvl.com/Authoring/Languages/PHP/Maintaining_state/session_variab les.html Anyone want to share any tips on how to deal with form vars passed to a script with register_