credit card

Credit Card validation

If you need a simple ready-made solution for credit card validation, there is Analysis and Solution Company's Credit card validation script.

Included with be the main logic ccvs.inc.php, and a language folder containing translations of text.

Here is a sample of code calling the validation function:

// Credit card validation
include("ccvs.inc.php");
$ccn = new CreditCardValidationSolution;
if (!$ccn->validateCreditCard($credit_card_number, 'en')) {