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
See sample from following link http://www.developerzone.biz/index.php?option=com_content&task=view&id=172&Itemid=45