Hide Mailto: link
Posted
by
Bill Johnson
on Stack Overflow
See other posts from Stack Overflow
or by Bill Johnson
Published on 2010-12-31T17:09:45Z
Indexed on
2010/12/31
17:54 UTC
Read the original article
Hit count: 441
Hi all,
I have varying mailto: email address on my site which are now being hit with various harvesters and subsequently I'm being spammed.
Can anyone assist me in creating some PHP code for the following:
<a href="mailto:[email protected]">[email protected]</a>
To prevent the address from being harvested and equally can I use this script on various email address displayed on the site?
Thanks
© Stack Overflow or respective owner