View Single Post
Old 02-17-2010, 04:57 PM   #2 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Theres no simple way to do this, if you've only ever done one PHP script it is beyond you. There is weak email validation (that checks if the email is valid, but doesn't confirm it exists oasreon@ai0a0eg.net would work even though it does not exist). This requires regular expressions. The other option would be to actually send an email to them to validate. This requires a database to work.
__________________

Village Idiot is offline  
Reply With Quote