News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Email Forms in PHP
August 23, 2007 @ 10:14:00

A new tutorial on PHPBuilder.com gives a quick look at creating a form combining HTML and PHP that can send out emails to the address of choice.

Like any email form, the original form itself is quite simple. No great shakes here, just a standard HTML form with a POST method and the action pointing to the PHP page that will process the form results.

Included in the short tutorial are the HTML for the form, the PHP to process the email information from the form and the code to send it all out.

It's also important to note that they defined the email address to send it to in the PHP code handling the POST request. If you allow your user to define the email address, you're begging for spammers to come around and abuse it.

3 comments voice your opinion now!
email tutorial form html post beginner email tutorial form html post beginner


blog comments powered by Disqus

Similar Posts

Andrea Giammarchi's Blog: PHP Serialization And Recursion Demystified

PHPMaster.com: Using SSH and SFTP with PHP

Stefan Mischook's Blog: PHP Shopping Cart Tutorial

PHPMaster.com: Understanding OAuth - Tweeting from Scratch, Part 2

PHPBuilder.com: Use PHPUnit to Implement Unit Testing in Your PHP Development


Community Events









Don't see your event here?
Let us know!


api interview database zendframework2 framework community phpunit unittest release composer functional introduction development code language opinion event testing example object

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework