php3-list | 199807
Date: 07/29/98
- Next message: Rasmus Lerdorf: "Re: [PHP3] SecureVar()"
- Previous message: Chris Walker: "Re: [PHP3] Web host recommendations?"
- In reply to: Pablo A. Godel: "Re: [PHP3] Credit Card"
- Next in thread: Stefan Powell: "Re: [PHP3] Credit Card"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 29-Jul-98 Pablo A. Godel wrote:
> Guoneng Zhong wrote:
>
>> Hi,
>> Would anyone know the credit card verification algorithm or where it can
>> be found? I am writing part of a shopping cart and I want to make sure
>> the credit card number is at least valid. Thanks!
>
> Do this algorithms work well ?? I would like to use one of this, but I'm
> affraid to
> not accept valid CC numbers because some bad thing in them...
>
>
The standard check is the MOD-10 check, which many systems check before
even running the card number itself. I don't have the algorithm handy, but
at least you have the name of it now. (For searching purposes)
-mark
--- Mark Jeftovic aka: mark jeff or vic, stunt pope. markjr <email protected> http://www.shmOOze.net/~markjr Private World's BOFH http://www.PrivateWorld.com irc: L-bOMb Keep `em Guessing-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3
- Next message: Rasmus Lerdorf: "Re: [PHP3] SecureVar()"
- Previous message: Chris Walker: "Re: [PHP3] Web host recommendations?"
- In reply to: Pablo A. Godel: "Re: [PHP3] Credit Card"
- Next in thread: Stefan Powell: "Re: [PHP3] Credit Card"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

