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
harsha
Forum Contributor
Posts: 103 Joined: Thu Jul 11, 2002 1:35 am
Location: Bengaluru (Bangalore) > Karnataka > India
Post
by harsha » Mon Nov 22, 2004 9:54 pm
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
John Cartwright
Site Admin
Posts: 11470 Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:
Post
by John Cartwright » Mon Nov 22, 2004 10:25 pm
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]