what in PHP server setup would cause $_REQUEST to be empty? what in PHP server setup would cause $_REQUEST to be empty? wordpress wordpress

what in PHP server setup would cause $_REQUEST to be empty?


Verify your php.ini configuration. There is an option request_order that must be set to "On" and Value to be "GP" for Get and Post.

It's turned off.. But here's what mine looks like on my local ini from WAMP.

; request_order;   Default Value: None;   Development Value: "GP";   Production Value: "GP"