PHP - Superglobals and Web Context
Why might
$_REQUEST not contain expected data when using a POST form?$_REQUEST not contain expected data when using a POST form?variables_order directive controls which variables populate $_REQUEST. If it excludes 'P', POST data won't appear in $_REQUEST.$_REQUEST won't have POST data even if sent.variables_order in php.ini excludes 'P' -> Option A15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions