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...

55502f40dc8b7c769880b10874abc9d0 Talk