Houyhnhnm asked:
I am setting up my personal Web site and I’d like to have a form that will e-mail me when someone enters info and submits. I know that the HTML mailto: function is no good for this because e-mail harvesters will find my address. If I put the e-mail function in a PHP script, will I be safe, or can the bots read PHP?
I am setting up my personal Web site and I’d like to have a form that will e-mail me when someone enters info and submits. I know that the HTML mailto: function is no good for this because e-mail harvesters will find my address. If I put the e-mail function in a PHP script, will I be safe, or can the bots read PHP?
What I was planning was this HTML:
method="post">and this PHP script:
Thanks for your advice,
Houyhnhnm
http://www.certainscripts.com
Fire Your Programmer grab your copy of Robert Planks Five Minute PHP

Post a Comment
You must be logged in to post a comment.