Re: [PHP] Obfuscating E-Mail

2002-10-04 Thread Ashley M. Kirchner
Justin French wrote: > simple str_replace() stuff will get the address into a mickey at disney > dot com format... but the link needs to be done with javascript, and you > have to accept that it will not work for everyone. What about if I made the link point to another PHP script that will t

Re: [PHP] Obfuscating E-Mail

2002-10-04 Thread Justin French
simple str_replace() stuff will get the address into a mickey at disney dot com format... but the link needs to be done with javascript, and you have to accept that it will not work for everyone. the phpclasses.org site does this along with 1000's of others, so I'm sure you can find some code. i