Archive for March, 2009

LUHN Algorithm

Recently I was chatting with a friend on creditcard validation. He was looking for ways to validate a creditcard via javascript. While it’s certainly possible, and there’s alot of sample code out there for it, I just cant bring myself to use any kind of client-side process for verification of [...]

programming - PHP