I've made a php script that works fine on many servers, but in one of them I get $_REQUEST not populated, if I print_r($_REQUEST) I get my cookies, and not GET or POST vars!
I need to user _REQUEST and not _GET or _POST for some reason, and I can't change all the scripts (2Mb and more of php code, a year of work).
Is there a php.ini option that can help me?
Thanks


Andrea

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



Reply via email to