I'm not exactly sure what you are asking..  Are you wondering if it is safer
to have register_globals on or off?  If it is off, you will have to access
all the globals through the $HTTP_*_VARS variables.  They are quite a bit
safer but require a bit of getting used too (just look at my posts in the
last few days..).

cheers,
alastair

"Gerard Samuel" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hey all.  I was wondering.  Is it safe to use HTTP global variables ie
> $HTTP_POST_VARS etc in my scripts?
> Thought I read somewhere that they weren't safe.
> Got a lot of forms to work with, it sure would make life easier...
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to