PHP Scripting (AO FormMail v1.01 | AO Counter v1.02) | Portfolio | Web Design | Web Development

AO FormMail Script

Release date: 26/03/2008
Revision date: 14/04/2008

A very simple form mail script that can easily be integrated into your website. It currently supports the following:

  • Required Fields
  • Success Page
  • Error Page
  • Multiple Recipients
  • Referrer Check (to avoid abuse)
  • Input data to database
  • Exclude Fields from being input to database
  • Customized Subject

Very simple to use, it is just one file to upload and a few settings to change in the script.

Want to see a demo? click here or download it by clicking here (right click -> "Save Target As...")

Information on how the MySQL Database Input works

Each form field that is submitted through the form needs to match the cell name in the database. For example if the cell name in the database is Name then the form field needs to be Name too. It is also case sensitive.

Remember to list the excluded fields in this sectiontoo (such as 'submit' and 'email_to').

Information on how to setup the script

Everything in the script is documented so it should be fairly easy to setup. Any questions - feel free to contact us!

Revision History

1.01 (14/04/2008):
Added the option to disable sending form to email, so you can now do either or both!
Cleaned up the coding