sniperman
07-23-2009, 01:24 PM
Shame on me for not knowing this already but how do i redirect
<a href="mailto:email@address.com">email</a>
so that the email is processed in PHP and redirected to the relevant application.
I would like to enhance security and keep spammers away. I don't need a PHP form. I just need the link to execute a PHP function like mail()
<a href="mailto:email@address.com">email</a>
so that the email is processed in PHP and redirected to the relevant application.
I would like to enhance security and keep spammers away. I don't need a PHP form. I just need the link to execute a PHP function like mail()