show/hide this revision's text 2 edited title

How What is the best way to validate a credit card numberin PHP?

show/hide this revision's text 1

How to validate a credit card number?

Given a credit card number and no additional information, what is the best way in PHP to determine whether or not it is a valid number?

Right now I need something that will work with American Express, Discover, MasterCard, and Visa, but it might be helpful if it will also work with other types.