RE: [PHP] Re: register_globals On

2003-02-20 Thread Johnson, Kirk
> -Original Message- > An alternative... > > 1. register_globals off > > use the command > import_request_variables("PC","_p"); > now you can get the variables like user as $p_user. > The get variables will be ignored! > > Still, If a user developes a special browser, exclusively to >

[PHP] Re: register_globals On

2003-02-19 Thread Lord Loh.
An alternative... 1. register_globals off use the command import_request_variables("PC","_p"); now you can get the variables like user as $p_user. The get variables will be ignored! Still, If a user developes a special browser, exclusively to hack, he may be able to send post variables... Any c