/ Published in: PHP
Expand |
Embed | Plain Text
function is_valid_nip($nip_number) { $nip_sum = 0; if(10 != $nip_length) { return false; } }
You need to login to post a comment.
function is_valid_nip($nip_number) { $nip_sum = 0; if(10 != $nip_length) { return false; } }
You need to login to post a comment.