tbt schreef:
Hi,

I'm a newbie to php and i would like to set register_globals to 'on' from my
php script itself(eg:- index.php). Is there any way of doing this.

you think you would like that. but you are wrong. register_globals is a security
risk in the hands of someone who doesn't know exactly what they are doing.

besides which register_globals is depreciated. also you can search the
list archives for lots of posts that explain why register_globals is evil.

learn how to write your script without using register_globals - ask here if
you get stuck (but don't forget the manual!).


Thanks

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to