|
|
| Credit Card Validation [+] Favor-It | |
| |
 |
| | Sort By:
|
Verify credit card input based on some standardized criteria - unique prefixes (usually the 1st 4 numbers) and specific account number lengths. This class will check that as well as test the expiration date against today‘s date. Code: ASP 2.0 & VBScript |
This function validates if a credit card number "appears" to be valid, depending on the type of card, and also performing a Mod 10 check on the numbers. Author: Lewis Molten Code: |
Uses the Luhn formula to quickly validate a credit card. Basically all the digits except for the last one are summed together and the output is a single digit (0 to 9). Author: BrewGuru99 Code: ASP 3.0 & VBScript |
|  | |
This script, hosted by Planet Source Code will aid the webmaster in Validating Credit Cards processes. Author: nfs Code: ASP 3.0 & VBScript |
The Site Server Commerce product is a set of tools and code that allows you to sell products or services on the Web. Author: Dina Berry Code: ASP 3.0 & VBScript |
This is a very useful script for converting your string to blanks keeping the last 4 charachters only. Code: ASP 3.0 & VBScript |
|  | |
Icon Key >
 - Recently Updated
 - Showcase Listing
|