On Jan 19, 2008 1:47 PM, Richard Lynch <[EMAIL PROTECTED]> wrote:
> $email = str_replace(array('@', '.'), array(' AT ', ' DOT ', $email);
>
> This will defeat 99.9999% of spambots, and still be quite usable for
> any legitimate purpose.

    Yes, actually, I've already incorporated something like that into
the code.  I have no problem omitting people's information from the
reports if they ask, or protecting the data (so long as it's still
readable) through obfuscation.  It's more a matter of the manner in
which I was approached by a list member.

-- 
</Dan>

Daniel P. Brown
Senior Unix Geek and #1 Rated "Year's Coolest Guy" By Self Since
Nineteen-Seventy-[mumble].

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

Reply via email to