Hi
I want to intercept a form content, how do I call this in my perl script ?
that is my html page(the form itself)
<HTML>
<HEAD>
<TITLE>First CGI </TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>
<BODY bgcolor="#CC33CC" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<P align="center"><B>What is the number you want to see ?</B></P>
<FORM method="post" action="http://www.Inetwork.com/cgi-bin/cgi.pl" name="Marie">
<DIV align="center">
<INPUT type="text" name="textfield">
<INPUT type="submit" name="Submit" value="Submit">
</DIV>
</FORM>
<P> </P>
</BODY>
</HTML>
what should I write ,if for exemple, I want to print what have been wrote in the form to a data base ?
Thanks a lot !
I want to intercept a form content, how do I call this in my perl script ?
that is my html page(the form itself)
<HTML>
<HEAD>
<TITLE>First CGI </TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>
<BODY bgcolor="#CC33CC" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<P align="center"><B>What is the number you want to see ?</B></P>
<FORM method="post" action="http://www.Inetwork.com/cgi-bin/cgi.pl" name="Marie">
<DIV align="center">
<INPUT type="text" name="textfield">
<INPUT type="submit" name="Submit" value="Submit">
</DIV>
</FORM>
<P> </P>
</BODY>
</HTML>
what should I write ,if for exemple, I want to print what have been wrote in the form to a data base ?
Thanks a lot !
