Forum Moderators: coopster
I want to implement the contactme.php application that has a spam checker in it. Question is, I'm a PHP novice, and don't know how to get that script to work.
I currently access the ASP 'formmail' application via an html page that has the form imbedded in it and then 'calls' the 'formmail.asp' application: <form action="/cgi-bin/formmail.asp" method="POST">.
The contactme.php script has a form imbedded in it already (name, email & message) fields, which I have replaced with my own fields.
How do I post the form on my website so it gets executed and emails me the form contents?
Many thanks.
This thread in our library may help:
Basics of Submitting and Emailing Forms with PHP
[webmasterworld.com...]
dc