in reply to Form Entry to HTML and Plain text
Basically, a form is filled, submitted, and another form is returned with the line:
Now, if $INPUT{'var_001'} contains a quotation mark, the whole returned form is corrupted.print "<INPUT TYPE=HIDDEN NAME=\"var_001\" VALUE=\"$INPUT{'var_001'}\" +>\n";
So, how to cope?
|
|---|