Posted by mouton on 03/28/07 07:48
Hello,
I have a contact form on my website that sends form data to a php page
where the php mail() function collects and send them to me.
On this action page, one variable contains my email address in the form:
$myEmail = "myemail@blah.com";
The trouble is that I receive a lot of spam through this and do not know
how to avoid that. Could you please help me?
Thank you.
[Back to original message]
|