Add the following lines on the top of your PHP code. This will get a result similar to switching register_globals=on
foreach($_POST AS $key => $value) { ${$key} = $value; }
foreach($_GET AS $key => $value) { ${$key} = $value; }
Thursday, December 22, 2005
Subscribe to:
Posts (Atom)