web.server.api.POST

POST is available since version 1.0.

Prototype:

array POST();

Description:

Get the "POST" variables into an array. array["variable"] will be "value"; See also GET, VARS and COOKIE.

Note: For submitted files via POST, you should use WebVar.

Return value:

Return an array containing all thePOST variables. The array will have as keys the variable names linked to the values.