Basically what I want to do is display an email using javascript to bring the parts together and form a complete email address that cannot be visible by email harvesters.
I would like to take an email address eg info@thiscompany.com and break it to:
$variable1 = “info”;
$variable2 = “thiscompany.com”;
All this done in PHP.
Regards,
JB
Try this one before you roll your own (it does a lot more):