PHP Email Validation Function Script Snippet Check Correct Emails http://www.wallpaperama.com/forums/php-email-validation-function-script-snippet-check-correct-emails-t5796.html Subscribe and keep up to date with PHP Email Validation Function Script Snippet Check Correct Emails with the latest replies and comments from other people like you who are interested in PHP Email Validation Function Script Snippet Check Correct Emails at wallpaperama.com en PHP Email Validation Function Script Snippet Check Correct Emails [ Visit Post ] http://www.wallpaperama.com/forums/php-email-validation-function-script-snippet-check-correct-emails-t5796.html thanks to www.webune.com for helping us with this questions. i needed a function or class to check on my user's email to verify that the emails address they were providing was correct. so here is a useful email verification function. this function just checks that the format of the email is correct: function check_email($email) { $validation = TRUE; if(!eregi(&amp;quot;^[_a-z0-9-]+(.[_a-z0-9-]+)*@[a-z0-9-]+(.[a-z0-9-]+)*(.[a-z]{2,4})$&amp;quot;, $email)) { $validation = FALSE; } return $validation; } hope this h <a href="http://www.wallpaperama.com/forums/php-email-validation-function-script-snippet-check-correct-emails-t5796.html">..... Read More </a> http://www.wallpaperama.com/forums/php-email-validation-function-script-snippet-check-correct-emails-t5796.html Comments by: Jennifer Thu, 01 Jan 2009 05:12:49 -0700 i guess nyk in reno does not exist any more. i called both of the phone numbers that you gave me and no luck. the zz4-34y-xxzx has been disconected and when i called nyk in vegas they said they confirmed that reno please let me know where you would like to go from here. http://www.wallpaperama.com/forums/php-email-validation-function-script-snippet-check-correct-emails-t5796.html#59290 http://www.wallpaperama.com/forums/php-email-validation-function-script-snippet-check-correct-emails-t5796.html#59290 Comments by: Max Matrix Thu, 01 Jan 2009 05:12:49 -0700 great job hommie, came in just handy. thanx. http://www.wallpaperama.com/forums/php-email-validation-function-script-snippet-check-correct-emails-t5796.html#45029 http://www.wallpaperama.com/forums/php-email-validation-function-script-snippet-check-correct-emails-t5796.html#45029