php script for contact form emailer
I’m building a web site that requires a simple web form to capture user’s contact info then send the info as an email to the webmaster/account executive for a follow up.
I found the following script: Basic Emailer with PHP at scriptplayground that is very straightforward and implemented it in less than 10 minutes. Very nice indeed.
If you’re looking for a more advanced script with error handling, this script will be inadequate, but it’s a good starting point.
