
kencl
User
Mar 9, 2001, 4:07 PM
Post #2 of 2
(173 views)
|
use CGI; $q = new CGI; $UserInput = $q ->('formfieldname'); open(FH ">textfile.txt"); print FH $UserInput; close(FH); print "Content-Type: text/html\n\n"; print "<table><tr><td>$UserInput</td></tr></table>"; >> If you can't control it, improve it, correlate it or disseminate it with PERL, it doesn't exist!
|