* Thus wrote Brian Dunning:
> The fraudulent orders that I receive on my site come with email
> addresses of eight random alphanumerics @yahoo.com.
consider blocking any free address: hotmail, gmx.net, etc.. Of
course gmail is an exception, who would want to get that one
revoked ;)
> - Brian
>
> 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
2 matches
Mail list logo