Posted by Jason Sweeney on 05/04/05 18:42
Borrowed with great reverence from http://ca3.php.net/function.mail: $regex = '^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]{2,})+$'; if (eregi($regex, $email)) return true; else return false; jason sweeney jason.designshift.com JM wrote: > Does anyone have a nice email address syntax checking script they'd > like to share? Regular expression-based anyone? TIA. >
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming