/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function is_valid_nip($nip_number) { $nip_sum = 0; if(10 != $nip_length) { return false; } }