PHP + Creditcard Validation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
harsha
Forum Contributor
Posts: 103
Joined: Thu Jul 11, 2002 1:35 am
Location: Bengaluru (Bangalore) > Karnataka > India

PHP + Creditcard Validation

Post by harsha »

Hi
all

I need some good tutorials on PHP credit card validation and related tutorials and links. please help me by giving the links to them

thanks :D
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Specifically what are you trying to validate?

Make the the numbers they enter are correct? that the expiration date is valid?

if so a quick search on google or these forums I'm sure plenty of tip/tutorials will come on

[big_search]+php +credit +card +validation[/big_search]

you may also want to look into [php_man]regex[/php_man] and [php_man]preg_match[/php_man]
Post Reply