Student Name Roll No. Reg. No Course Name Gread Point
// Loop through all the accepted card types
$arrCardTypePossibilities = array();
if(!$strCardNumber) return false;
// Gotta have a number passed in
$strCardNumber = $this->CleanCardNumber($strCardNumber);
// Clean the number passed in
private function CheckIIN($strCardNumber=null) {
} # END METHOD CheckLuhn()
return (($intTotal % 10) == 0) ? true : false;
// Now check to see if our sum mod 10 == 0
}
$intTotal += $intVal;