Browse a Listing
Top > PHP > Scripts and Programs > Form Processors
Popular Tags
Free Script links
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
This PHP based generic form handling script was written as a replacement for the ever popular Matt's FormMail. Forms created for use with Matt's FormMail will work seamlessly with PHPFormHandle. Our form handler will parse the results of any form and send them to the specified user. PHPFormHandle is secure, spam proof, full featured and can be setup in minutes
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Apr 18, 2008 Hits: 2 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
In any case, here is my version of the PHP email attachment form and the script is well commented. This script is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. This script is distributed in the hope that it will be useful, but without any warranty. I hope you find it useful.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: May 8, 2008 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Complete, Easy to Use Contact From Package
Simple, contact form that uses PHP to process the form data and send as text to your email. Complete package to get all 6 scripts with unlimited usage on unlimited sites. Click below for immediate download.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: May 15, 2008 Hits: 3 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
As requested, here is the contact form that I’ve created and have been using for a long time. Again, should be very simple to implement in your web page. Performs validation of: name, email, subject and message. No need for PHP knowledge. The script is well commented. Form is styled using CSS.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: May 19, 2008 Hits: 4 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Through my work in web development I’ve noticed the high number of times I need to write out a contact or registration form for a client. Each time I get the form fields together and then decide how I want to process the form. This usually entails a client-side validation of certain fields (required fields, email validation, etc) and then a back-end check of those fields before processing them. This process can get pretty repetitive if you do a high volume of projects or sites needing this function. I was looking for a way to process any form I create with the same script each time and thus produced this php script. It’s a lightweight, single file form processor that has a number of options. The goal of this script is to provide a single file resource available to use over and over. For certain forms you may want to implement your own client-side validation of fields before sending them to the form processor. Let’s explore the features:
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: May 19, 2008 Hits: 1 Rating: 5.00 Votes: 1
Member Reviews
Visitor Ratings
Google PR
First of all you have your HTML form, which then submits all the data to PHP to be validated etc. You have to write the validation rules for each form field in PHP, and then come up with a system of reporting errors back to the user. With large forms this can get extremely complicated!
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Jun 15, 2008 Hits: 0 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR