Posts Tagged ‘PHP’

Better Luhn Formula CC Validator for PHP

I was doing some work integrating with a payment gateway in a PHP application, and decided it would be a good idea to validate credit card numbers using a Luhn Algorithm formula prior to forwarding them to the payment gateway for processing. I looked for existing PHP ones, and found a few. The more I [...]

Read the rest of this entry »