Email Encoder

 Coding 
 Newsycle 
 Bracketeer 
 ASPIV 
 XLA 
 Encoder 

 

Email Encoder

Apr. 2003

Here are two functions to encode you email addresses into ascii for use on websites. This will prevent email spam bots from easily grabbing email addresses from pages as they traverse your website. They do this by taking regular text and converting the characters into ascii characters, which show up in any HTML browser as regular text. Since I use both, one is for ASP scripting and the other for PHP scripting.

PHP - email_encoder.php

ASP - email_encoder.asp