 |

SUBMISSION HASH - Form submission elements.
While RACE automatically creates variables with the names of each form element submitted, there may
be times where you want to examine the submission hash, such as if you are accepting input from a
dynamically generated form where you do not know the name of every element that might be passed.
The hash is of the form:
fields=(fieldname1="value1" fieldname2="value2" ...)
|
 |