Is it possible to obtain a list of variables that were sent from a form using POST?
Using GET was easy cos I just used the split function on $QUERY_STRING.
From the documentation:
$HTTP_POST_VARS
An associative array of variables passed to the current script via the HTTP POST method.