Amsterdam
Aug 23rd 2006, 8:28 am
Apologies if this has been asked before, but:
I am using a simple form processing script to allow users to send me an email from my website. It is implemented like:
<form action="http://www.myurl.com/cgi-scripts/FormMail.cgi" method="post">
I am hoping to cut down on the amount of bogus messages sent from the site and wondered what is the best way to validate the users email address?
T
I am using a simple form processing script to allow users to send me an email from my website. It is implemented like:
<form action="http://www.myurl.com/cgi-scripts/FormMail.cgi" method="post">
I am hoping to cut down on the amount of bogus messages sent from the site and wondered what is the best way to validate the users email address?
T