php tips [2008-02-07 19:37:56]
Register Globals ( register_globals ) “on” security problem in PHP
By Roshan
Do you know what happend when register_globals is set to ON in php.ini?? When it is set to ON it registers Environment, GET, POST, COOKIE or Server variables as global variables ie you don’t need to write $_POST[’username’] to access …
Roshan Bhattarai’s Blog - PHP… - http://roshanbh.com.np
.
