Is there an elegant and easy/simple way to do it using PHP, Javascript or Jquery?
There are many ways of doing this. We've had som luck obfuscating source via python/javascript. Another simpler favourite is the CSS unicode-bidi technique:
div.contact { unicode-bidi:bidi-override; direction: rtl; }
<div class="contact">moc.rab@oof</div>
Prints out:
foo@bar.com
You might want to look into reCAPTCHA Mailhide. It should be easy to use from PHP.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With