Form Processor Scripts
  Home arrow PHP Scripts arrow Form Processor Scripts
ASP NET Scripts
ASP Scripts
C and C++ Scripts
Coldfusion Scripts
Java Scripts
JavaScript Scripts
Perl Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools and Utilities Scripts
Sponsor Script  
Developer Forums  
Forums Sitemap 
Mobile Linux 
APP Generation ROI 
IBM® developerWorks 
Free White Papers 
Link To Us
Script Daily Digest  
Weekly Newsletter
  
 
Developer Updates  
Free Website Content 
 RSS  Forums
 RSS  Scripts
 RSS  All Feeds
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
USERNAME
PASSWORD
>>> SIGN UP!  
Lost Password? 
NAV TOOL - Use this to navigate our site.
      
Looking for new scripts? or the most viewed ones? Use this tool to navigate Scripts.

 
 
Form Processor Scripts
 
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13

FILTER
      
Sort By
Free or Paid
Rating
Platform
Special

Smart Forms - PHP
PHP SCRIPTS
PHP Scripts

Smart Forms has more than 20 validation types and extra features that make using forms a better experience. The best practice of form validation involves two stages: 1) JavaScript validation since it is fast and it takes the load off the server; 2) Server-side validation since it does not depend on user’s software and therefore it can not be bypassed. Smart Forms includes PHP script that performs exactly the same validation as JavaScript, so you can easily implement this scheme. Validation is based on data types (number, word, alphanumeric, date, e-mail, etc) and comparisons (including numeric, text length, and selected items count comparisons). Also, you can add extra features to the form, including character counters for textarea & input tags (this way, when you set length limitation you can let the user know how many character he/she has left), groups of fixed size fields such as year-month-day (when you enter 4-digit year the focus automatically shifts to the month field), etc.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 1.03 out of 5 1.03 out of 5 1.03 out of 5 1.03 out of 5 1.03 out of 5
Price: $0
Version: 1.01
Platform:
Date Added: Monday, Dec 12, 2005
Last Updated: Monday, Apr 28, 2008
Visit Website

eMail Collector Script
PHP SCRIPTS
PHP Scripts

Provided by: American Financing. Wouldn't it be nice to have a simple eMail Collector script installed on your website so you could offer promotions, notifications or whatever you could think of ? This eMail Form Script was designed to do just that. It's scripting is simplistic in every way. You can modify it to anything you want! This simple eMail script will notify you when someone enters their eMail address by sending you a notification then send them a confirmation email as well, and if that's not enough it also saves their emails in a text file on your website.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5
Price: Freeware
Version: 2.2
Platform: Linux - Unix - Windows
Date Added: Monday, Feb 26, 2007
Last Updated: Friday, Mar 02, 2007
Visit Website

MathGuard PHP form spam protection
PHP SCRIPTS
PHP Scripts

MathGuard is a PHP class that inserts a small piece of HTML code into your HTML form which requires the user to evaluate an expression consisting of two random numbers. When user submits the form with the answer, the answer is hashed and compared to the security code that has been submitted as well. This way you can easily protect your forms from spambots.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5
Price: free
Version: 0.2
Platform: Linux - Unix - Windows
Date Added: Monday, May 28, 2007
Last Updated: Monday, May 28, 2007
Visit Website

Simple Easy To Use PHP Spell Checker
PHP SCRIPTS
PHP Scripts

The program is used to spell check any of the input field of html form. It is useful for webmasters who want to add spell checking to any text box (textarea) on their website or corporate intranet. The script is designed not to mess any way to your main script processing of the form. It just return modified (allready spell-checked) text into any input field. It is written on PHP and using JavaScript as minimum as possible. JavaScript code is limited to: read input field we want to spellcheck, passing javascript variable to php and then return allready spell-checked text into the original form. You may add spellcheck links not only on one input field, but on every field used in form. If your page contains multiple forms you can add spellchecking on them as well.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5
Price: free
Version: 1.0.2
Platform: Linux - Unix - Windows
Date Added: Saturday, Apr 02, 2005
Last Updated: Friday, Jun 10, 2005
Visit Website

Hotel Tonight Contact Form
PHP SCRIPTS
PHP Scripts

Hotel Tonight Contact Form v4.4 designed for hotels, motels or any other date specific room rentals. This script is easy to install and modify for your needs. Your possible guests can input the type of accommodations they require and the form will send you the detailed list along with sending your guest a auto responding confirmation email with all the details they have chooses. If you like you can have the form redirect to a list of prices instead of a thank you page. The form has a built in email validate for security, and your email address in hidden to prevent spam.You can modify this script to suit your needs without any restrictions.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5
Price: Freeware
Version: 4.4
Platform: Linux
Date Added: Friday, May 04, 2007
Last Updated: Monday, May 07, 2007
Visit Website

Turing number
PHP SCRIPTS
PHP Scripts

This script generates and checks a turing number. A turing number is a security code the user has to read and copy in order to be able to validate a form. This avoids automated submissions by spambots. There is a version using a MySQL database, and another version that uses sessions.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5
Price: GNU GPL
Version: 1.1
Platform: Linux - Unix - Windows
Date Added: Friday, Oct 21, 2005
Last Updated: Thursday, Nov 03, 2005
Visit Website

clonefish - PHP form generator & validator class
PHP SCRIPTS
PHP Scripts

Ever wondered how many HTML forms you created so far? Tens? Hundreds? Or even more? Do you still prefer reiterating the same snippets of HTML, the same chunks of PHP, or even pieces of JavaScript for the validation of the form? How many points of your site do you have to alter for a simple change in concept? Countless hours of coding, copy-pasting and modifying old validation code, testing to see whether it works, debugging if it doesn't... Far too many time spent for the same result every time!If these problems sound familiar, you're not alone: we also wanted to get rid of the same old process of creating and evaluating forms manually. Despite our in-depth knowledge in HTML, we wanted something, that is much more flexible than an average HTML-based form class - something that has such an ease of use that it allows us to concentrate on actual application logic instead of tinkering with forms.The clonefish development was a lengthy process, but by now, clonefish has matured and is a proven PHP class, aimed to aid the creation of input forms while supporting client- and server-side input validation, to allow the production of secure applications and websites.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5
Price: free trial / USD 99
Version: 2.0
Platform: Linux - Unix - Windows
Date Added: Sunday, Jul 16, 2006
Last Updated: Friday, Jul 21, 2006
Visit Website

PERFECT
PHP SCRIPTS
PHP Scripts

Very basic PHP script to process an HTML web form and send the information in an e-mail message to a predefined recipient. Easy to configure and automatically detects form fields, reports user host and browser information, hides your e-mail address, and produces safe e-mail content.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5
Price: Free
Version: 1.4
Platform: Linux - Unix - Windows
Date Added: Friday, Aug 20, 2004
Last Updated: Monday, Aug 23, 2004
Visit Website

Cj Web2mail
PHP SCRIPTS
PHP Scripts

Cj Web2mail is Unix compatible. All the script does is send the contents of a form, submitted by a visitor to your website, to your email inbox. The script comes with no advertising but a link back would be appreciated. Please however, keep the comment tags in "sendmail.php" intact. V2.0 comes with more advanced error checking. It allows the sender to specify a subject to the webmaster - making email selection more prioritised. It also allows you to use your own thank you message.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5
Price: Free (GPL)
Version: 2.0
Platform: Unix
Date Added: Friday, Dec 19, 2003
Last Updated: Wednesday, Mar 03, 2004
Visit Website

EzForm
PHP SCRIPTS
PHP Scripts

This script allows creating forms to be easier than ever. With many options, the use of a template is used to display a form, and you can do anything you can normally do with a form, but even easier.

Rate Script | Read Reviews | Write Review | Email Script

Article Rating: 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5 1.00 out of 5
Price: GNU
Version: v1.0
Platform: Linux - Unix - Windows
Date Added: Saturday, Jan 22, 2005
Last Updated: Monday, Jan 24, 2005
Visit Website

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13

POST YOUR SCRIPT!
             
Post your Script for FREE using this toolbox.

SEARCH SCRIPTS - Use this page to locate your desired scripts.
    
Search:
   Advanced Script Search
 



© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 10 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek