PHP Contact Form Mailer
Many websites have a Contact Us form that emails the form contents to a specific email address. This example of a PHP contact form mailer requires that your webserver have PHP and PEAR installed. (PEAR is usually installed with PHP4, or you can find it here.)
This particular contact form uses SMTP instead of sendmail to avoid common issues that are commonly found in the latter.
This site uses two separate pages, one for the contact form and another that receives the form and sends it`s contents as an email. Note that you can combine the two into one page as we initially did, but this complicated measuring how many people actually filled out the form and it made the single page a bit messier. We have opted for the two-page system described here
Script Info:
PHP Contact Form Mailer from Form Processors Scripts.http://www.web1marketing.com/resources/tools/php-form-mailer.htm
|
||||||||
|
« Back to Form Processors
