1
2
3
4
function validateIban($value) {
    $iban = false;
    $value= strtoupper(trim($value));
...

PHP IBAN Validation with PHP

by ha20.myopenid.com, April 28, 2010 10:55, 1 refactoring, tagged with IBAN PHP

Here's the Php code block t...

Avatar Talk