Jul 10, 2011
This function will validate all USA credit cards numbers, all it really does is verify the numbers, not the actual format.
example:
if (!validateCC($_POST['creditcard'])) {
echo..
Jan 20, 2011
This is a function that truncates input in a rather different way if I'm correct.
(I've never seen it done this way)
Usage: getTrunc("String",LENGTH);
What it does is first..