Kamala - Health 2007 - Wordpress Themes - Debt Consolidation - Debt Consolidation

PDA

View Full Version : Validate email address


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

titoni
Aug 23rd 2006, 9:02 pm
See sample from following link
http://www.developerzone.biz/index.php?option=com_content&task=view&id=172&Itemid=45

Amsterdam
Aug 24th 2006, 6:47 am
That sorted it, thanks!

T