Page 1 of 1

Credit card validation

PostPosted: Fri Jul 31, 2009 5:20 am
by hari
A wonderful page for credit card validation script. Just go through it,


Re: Credit card validation

PostPosted: Fri Jul 31, 2009 10:12 am
by DJ
What are your thoughts on this Mike?

Re: Credit card validation

PostPosted: Fri Jul 31, 2009 10:25 am
by Mike
It does validation on the front end to ensure the credit card number is an actual, valid credit card number and nothing else. It does not verify the owner of the card, nor if funds are available. Just "xxxx-xxxx-xxxx-xxxx' is a valid "xxxxxxxxx" (Visa, MC, Amex, whatever - pretty comprehensive list) number. We can deposit that snippet right into our code toolbox. It could be ajaxed up too. :)

Nice find!

Re: Credit card validation

PostPosted: Fri Jul 31, 2009 10:37 am
by DJ
All right --- code toolbox? !

Where can I find that! Would love to see what other tools are in there!