RFI Form – PHP Script
The Request Form is designed to place 3 key functions into one simple to maintain page.
1.) Input form to collect information from the visitor. This is a standard type form with 6 fields. Type, Area, First Name, Last Name, Email Address and Comments.
2.) Post the data from the form into a database. The database has matching fields for the above form.
3.) Email the webmaster the form data. Using PHP Mail the data from the form is emailed to an email address immediately.
Source code is the single PHP page and a text file containing the SQL code to setup the Comments table in a MySQL Database.
View RFI Form Sample
Tweet

