Short Description:
A function that validates a credit card based on the LUHN10 algorithm. This function does not care if the number is a visa, mastercard, etc. etc. Pass the credit card number to the function, if it's valid true will be returned, if not, false will be returned.
|
| Resource Specification |
| Company/Site owner : http://www.dreamincode.net/code/snippet154.htm |
| Date Added : 21/03/2007 | Last Updated : 21/03/2007 |
| Average Visitor Rating : Not Yet Rated |
|