PHP create image to display email address?

Posted by Teddkl on Stack Overflow See other posts from Stack Overflow or by Teddkl
Published on 2010-05-14T16:57:26Z Indexed on 2010/05/14 17:04 UTC
Read the original article Hit count: 242

Filed under:
|

Using PHP: How can I create an image to display an email address (to help reduce spam)?

Meaning, if I want to display "[email protected]" on my web page, since crawlers can easily find that text - I want to display the email address as an image that says "[email protected]".

How do I do that? I want the font to be:

  • color: #20c
  • font: 11px normal tahoma

© Stack Overflow or respective owner

Related posts about php

Related posts about image-generation