What is the best way to activate a PHP server-side script from a client side trigger.
For example, I want to encrypt email addresses to reduce spam. I have used the hex code type and find that harvesters have no trouble decoding them. What I want to do is use a trigger like onClick to call a function on a PHP page and return the email address.
Would a javascript be the best way or is there a solution in php?
TIA
Stan