Spostamento codice fiscale senza carattere di controllo in variabile codRaw
This commit is contained in:
@@ -131,7 +131,7 @@ switch($luogoNascita){
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo implode($codCognome) . implode($codNome) . $codAnno . $codMese . $codGiorno . $codComune;
|
$codRaw = implode($codCognome) . implode($codNome) . $codAnno . $codMese . $codGiorno . $codComune;
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="it">
|
<html lang="it">
|
||||||
|
|||||||
Reference in New Issue
Block a user