Reply to thread

1. How do I make one?


Ive made this form:


 <form name="myform" action="handle.cgi" method="POST">

<div align="center">

<br><br>

<input type="text" size="25" value="Enter your email here!">

<br><input type="submit" value="Send me your email"><br>

</div>

</form>


I want the handle.cgi script to add the email to a table,


Also i want the script to be passworded, so only i can access it.


Thanks


Back
Top