View Single Post
Old 02-18-2010, 02:50 AM   #4 (permalink)
adamdecaf
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

The easiest way will be to check that the email is not blank, (if ($email == '')) [Use two equals to allow php to trap a lot of exceptions since you're still new.], and then to send an email with a validation link (feel free to ask about it) in it.
__________________
My Site
adamdecaf is offline  
Reply With Quote