PhpRiot
Download This Article
Download this article or the entire “Anti-Spam Techniques In PHP” series with all listings and files.




More information
Related Articles
Related Books
Smarty PHP Template Programming And Applications

Smarty PHP Template Programming And Applications

Smarty is a templating engine for PHP. Designers who are used to working with HTML files can work...
Browse Articles
Ajax (4), APC (1), CAPTCHA (1), CSS (3), Debugging (1), File Upload (1), Google (3), Google Maps (2), JavaScript (10), JSON (2), MVC (1), MySQL (6), onbeforeunload (1), OOP (1), PHP (27), PhpDoc (1), PostgreSQL (6), Prototype (9), Reflection (1), RFC 1867 (1), Robots (1), Scriptaculous (1), SEO (1), Sessions (1), SimpleXML (1), Smarty (5), SOAP (1), SPL (1), Templates (2), W3C (1), XHTML (1), Zend Framework (1), Zend_Search_Lucene (1)

PhpRiot Newsletter
Your Email Address:

Anti-Spam Techniques In PHP, Part 1

This article is part of the series “Anti-Spam Techniques In PHP”. Anti-Spam Techniques In PHP. Read more about Anti-Spam Techniques In PHP...

Introduction

This short series of articles provides a few simple techniques for protecting yourself and your web site from spammers.

It does this from two perspectives:

The issue here is that if you publish your email address on a web site, there’s a good chance it will be harvested to be used by spammers. Many of these harvesting tools are crude and poorly written so it can be easy to protect yourself from these, although some are more sophisticated.

The first article in this series contains techniques for preventing spam for people who post to your web site.

The issue here is that if your web site allows anybody to submit content, chances are spammers will bombard it with links to their products. They do this to receive a higher backlink count, and therefore receive a higher Google PageRank, giving them better search engine results.

There are number of anti-spam techniques for preventing this, which will be discussed in the second article of this series.

In This Article


Tagged in ,