Home:ALL Converter>PHP Blacklist checker script

PHP Blacklist checker script

Ask Time:2013-05-02T04:49:42         Author:Alexander

Json Formatter

I want to create an system to check some emails from a list, if there are blacklisted or not. More example, I want to create a MySQL table where is put some emails like @gmail.com or @yahoo.com

Now, I want to create a PHP function that check if email is on blacklist, for example on a registration form, user try to join with an email like [email protected], I want to return error, because @yahoo.com is on blacklist. I don't know to explain better, but I think you understand what I want.

Author:Alexander,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/16326258/php-blacklist-checker-script
yy