Is anyone of you aware of a modulo eleven function that is used to
calculate the checksum of a creditcard number?

I have a pretty crude code listing from a book, but what I look for is
a function that can append the checksum digit to a number. 

I have the spec for the algorithm behind the checksum already, so I
can surely write the function myself, I was just wondering if it was
already out there. 

And to any Norwegian readers (or whoever makes sense of this), is it
right that the modulo eleven is also used to generate the checksum of
KID numbers in payments?


Regards,
Børge

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to