Credit Card Validation Script
|
This script verifies whether a credit card number follows some well known rules for various card types. For example, it checks the number of digits in the card and compares the starting digits for that card against the known digits for that card type. It also uses an algorithm called the Luhn algorithm that does a kind of checksum on the card number.
Most scripts are free or open source. But some have the full source code available for download yet itīs required to have permission to use them and most often the price will be listed. If there is a script license e.g. GNU or GPL then it will also be listed. |
Drop-In Form Validation
Using a combination of CSS and Javascript this script will...
Validate empty form fields and e-mail addresses
Checking that form fields have input is extremely important - having...
Ken's Country List Generator
Displays a short list of ~39 countries -or- a complete list of ~240...
Stealth Form Reader
This program illustrates how to actually read and process fields of...
Format a Phone Number
Formats a phone number in a text field. Set up for American phone...
Check Form
Check Form is a form validation script that checks if all fields in...
Form field Limiter
This script limits the amount of text a user can enter into...
Date Format Validator
This script validates the date that the user inputs for the following... |
