02-17-2010, 04:57 PM
|
#2 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
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.
|
|
|
|