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&#x40;do<!--make it difficult-->main&#x2e;com</a>
(I didn't check it)
I hope you can read it.


"News" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Looking for opinions before I start using this to hide the email address
on
> a page
>
> $nx = "username";
> $sx = "domain";
> $mx = "[EMAIL PROTECTED]";
>
> Then mailto:<? echo $mx ?>
>
> Hopefully a Robot would read the address as the result of $mx, which is
> totally useless - but it seems too easy.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to