PHP.nl

$_REQUEST

$_REQUEST

HTTP Request variables

An associative that by default contains the contents of , listendand . array``$_GET``$_POST``$_COOKIE

Opmerking: > When running on the , this will include the and entries; these are present in the . command linenotargvargc$_SERVER``array

Opmerking: > The variables in are provided to the script via the GET, POST, and COOKIE input mechanisms and therefore could be modified by the remote user and cannot be trusted. The presence and order of variables listed in this array is defined according to the PHP , and

configuration directives.

$_REQUESTrequest_ordervariables_order

Handling external variablesThe filter extension

Documentatie