|
ok, so i have pages where it does things like
edit.php?action=post
and what it used to do was grab $action automatically...but now im having to edit through all my pages that are coded similarly...and put
$action = $HTTP_GET_VARS["action"];
before it used to grab it automatically so, their has to be a setting in my php.ini or httpd or something that allows it to get automatically, can anyone please help out
|