PHP create image to display email address?
Using PHP: How can I create an image to display an email address (to help reduce spam)? Meaning, if I want to display "joe@example.com" on my web page, since crawlers can easily find that text - I want to display the email address as an image that says "joe@example.com". How do I do that? I want the font to be: color: #20c font: 11px normal tahoma A simple search that you could easily do.... However: (color, font and string not the ones you specified) header("Content-type: image/png"); $im = @imagecreate(110, 20) or die("Cannot Initialize new GD image stream"); $background_color =