Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Validate Email -PHP

function fnValidateEmail($varEmail) { if(eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $varEmail)) return(true); else return(false); }Disclaimer: Any code or advice given is for instructional purposes only. We will not be responsible for any loss or damage caused by using this script



This post first appeared on Smash Scripts, please read the originial post: here

Share the post

Validate Email -PHP

×

Subscribe to Smash Scripts

Get updates delivered right to your inbox!

Thank you for your subscription

×