-
Recent Posts
Tags
Recent Comments
Archives
Categories
Meta
Tag Archives: regular expression
php spam check function isSpam
Nobody likes spam and web sites with ton of spams can be annoying to the end users and frustrating to the web master or developer. Using regular expression and php function preg_match, we can check for spam as shown in function isSpam below. Continue reading