©Mike Moxcey 1999

Assign Input to Variables

ReadParse returns the input "associative array"
an array of pairs where the value depends on the literal name in quotes.

I call the variables the same as on the form to avoid confusion.

The general syntax is:

$local_var = $input{'form_var_name'};


home next