Actually, a robot will read the html it generates, so this won't really
help.  However, if you store your adresses as character codes ( ie a space
is %20) and not just text, most robots have a hard time reading them.


"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