Sprawdzanie Peselu
Skrypt sprawdzania peselu by sobak
Listing
function is_valid_pesel($pesel) {
$a = substr($pesel, 0, 1);
$b = substr($pesel, 1, 1);
$c = substr($pesel, 2, 1);
$d = substr($pesel, 3, 1);
$e = substr($pesel, 4, 1);
$f = substr($pesel, 5, 1);
$g = substr($pesel, 6, 1);
$h = substr($pesel, 7, 1);
$i = substr($pesel, 8, 1);
$j = substr($pesel, 9, 1);
$checksum = substr($pesel, 10, 1);
$result = $a + 3*$b + 7*$c + 9*$d + $e + 3*$f + 7*$g + 9*$h + $i + 3*$j;
$check = 10 - substr($result, -1, 1);
if (substr($result, -1, 1) == 0)
$check = 0;
if ($check == $checksum)
return true;
else
return false;
}
$a = substr($pesel, 0, 1);
$b = substr($pesel, 1, 1);
$c = substr($pesel, 2, 1);
$d = substr($pesel, 3, 1);
$e = substr($pesel, 4, 1);
$f = substr($pesel, 5, 1);
$g = substr($pesel, 6, 1);
$h = substr($pesel, 7, 1);
$i = substr($pesel, 8, 1);
$j = substr($pesel, 9, 1);
$checksum = substr($pesel, 10, 1);
$result = $a + 3*$b + 7*$c + 9*$d + $e + 3*$f + 7*$g + 9*$h + $i + 3*$j;
$check = 10 - substr($result, -1, 1);
if (substr($result, -1, 1) == 0)
$check = 0;
if ($check == $checksum)
return true;
else
return false;
}
Dodano przez: klimbek Ranga: 0 Punktów: 0
Komentarze użytkowników
:: Losowe artykuły
:: Wymiana linków
Modowe inspiracje |
Android Gry i Aplikacje |
ZaplanujTransport.pl: Przeprowadzki, transport, aukcje |
Logo dla firmy |
Change Tires - Car Weather Forecast Reminder |
Laminas: MVC Framework for PHP |
IT Books Reviews and Programming: JS, JAVA, PHP, ANDROID, CSS |
Katalog roślin |
Programming articles: JAVA, PHP, C++, Python, JavaScript |
Kancelaria Adwokacka Łukasz Huszno