> The fraudulent orders that I receive on my site come with email
> addresses of eight random alphanumerics @yahoo.com.

preg_match('/[EMAIL PROTECTED]/', $email) should do the trick

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to