|
right, the ... just represented the form code you already had, and the process_information() could be anything. Just giving you an example of the otherall structure.
$_POST['submitted'] != true, will just check whether the hidden form field has been received by the browser, so if the form has not been submitted, the code will not print the form and assume the form has been submitted and proceed to process to the next step.
good luck
Dizz
|