Re: [PHP] $_REQUEST non populated

From: Marek Kilimajer (kilimajer_at_webglobe.sk)
Date: 11/20/03


Date: Thu, 20 Nov 2003 13:00:11 +0100
To: Andrea Pinnisi <pinnisi@sysnet.it>

Andrea Pinnisi wrote:
> 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?

variables_order - usualy set to EGPCS



Relevant Pages

  • $_REQUEST non populated
    ... I've made a php script that works fine on many servers, ... and not GET or POST vars! ... I need to user _REQUEST and not _GET or _POST for some reason, ...
    (php.general)
  • Re: [PHP] Memory limit of 8 MB not enough
    ... I have a PHP script that resizes an image. ... Allowed memory size of 8388608 bytes ... I set the server-wide setting on most of my servers to 64MB. ... but monitoring ...
    (php.general)
  • security question
    ... We know the servers are secure in the sense they are fully patched. ... But we also know that the most secure shared server can be abused by a badly written php script. ... A related question: ...
    (freebsd-isp)
  • Re: cookies does not work under win xp + ie
    ... comper wrote: ... function setcookies does not work under Xp + IE ... its all in php script and nothing, no cookies sent. ...
    (comp.lang.php)
  • cookies does not work under win xp + ie
    ... function setcookies does not work under Xp + IE ... its all in php script and nothing, no cookies sent. ... Dont know anyone reason? ...
    (php.general)