>
> The psuedocode snippet looks something like this (the actual listing is
> too huge)
>
> [-
> if passed data
> perform error checking
> else
> $new_entry = 1;
> -]
>
>
>
> [$ if( ($new_entry) || ($f->errors()) ) $]
> [+ $f->display_errors_as_html(); +]
>
> blank form stuff...
>
>
The psuedocode snippet looks something like this (the actual listing is
too huge)
[-
if passed data
perform error checking
else
$new_entry = 1;
-]
[$ if( ($new_entry) || ($f->errors()) ) $]
[+ $f->display_errors_as_html(); +]
blank form stuff...
[$ else $]
[-
use Apache;
use
I have an online form that uses Embperl. When the submit button is
clicked the action is to submit the form data back to this same
document. Error checking and data validation is performed and if any
errors are found they are printed out at the very top of the form. Any
and all output is done A