Spam bots and email harvesting bots crawl web sites to find email addresses. It is important to hide the email addresses on your site. The best way of doing this is to turn the email address into an image.
Example:
How it Works
The PHP script uses the GD image library and converts text into an image. Since bots cannot “read” images, it cannot get your email address. When I want my email address to appear I use the <img> tag like so <img src="http://www.cconoly.com/blog/email.php?text=cconoly@cconoly.com">. The text is sent to a PHP file which takes the text and parameters like text size and angle and converts to an image. Read More » »
