tppAsciiArtFont is an ASCII Art Font PHP script that is extremely easy to integrate with your site.
Use it to stop email address harvesters from scanning your site for addresses!
Example Code
This simple bit of code is enough to protect your forms against website targeted SPAM!
<?php
require_once( 'tppAsciiArtFont.php' );
if ( $_REQUEST['text'] != '' )
{
$text = $_REQUEST['text'];
}
else
{
$text = 'The Php Pro';
}
?><pre style="font-size: .5em; font-weight: bold;"><?php
echo tppAsciiArtFontGenerate( $text, 'tinker' );
?></pre>
<form method="get" action="index.php">
<p>
<input type="text" name="text" />
<input type="submit" value="Redisplay" />
</p>
</form>
Features
- No Image Library Needed
- Use this for displaying email addresses - confuse email harvesting bots!
- Full Service installation available - see the purchase page for more information
For web site hosting I recommend - www.bluehost.com

Tim has got to be the best coder I have worked with. His communication skills are second to none!