* Thus wrote Gerben ([EMAIL PROTECTED]):
> just google for it. there are several PHP classes that do that for you.
> try something like:
> <a href="mail-at-domain-dot-com"
> onclick="location.href='mai'+'lto:'+'mail'+unescape('%40')+'domain.com';
> return false;">mail@do<!--make it difficult-->main.com</a>Only problem is anything obscured can pretty much be found /(\w+).*(at|@).*(\w+).*(\.|dot).*(\w+)/ Even javascript could be rendered then captured. It all depends on the persons dedication on finding them. Curt -- "I used to think I was indecisive, but now I'm not so sure." -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

