Spostamento codice fiscale senza carattere di controllo in variabile codRaw

This commit is contained in:
2026-01-07 11:01:57 +01:00
parent ada3c60355
commit 0d7e8bcd6f

View File

@@ -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">