Correction minuscules pour prénoms

This commit is contained in:
Adrien Bourmault 2023-06-10 18:35:29 +02:00
parent 071b3ebe3d
commit a37c386537
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@
$content = $numero_pre_adh . "|" . str_replace("|", " ",strtoupper(iconv('utf-8','ASCII//IGNORE//TRANSLIT',str_replace(';', ' ', $_POST['nom']))) . ";" .
strtoupper(iconv('utf-8','ASCII//IGNORE//TRANSLIT',str_replace(';', ' ', $_POST['prenom']))) . ";" .
iconv('utf-8','ASCII//IGNORE//TRANSLIT',str_replace(';', ' ', $_POST['prenom'])) . ";" .
strtoupper(iconv('utf-8','ASCII//IGNORE//TRANSLIT',str_replace(';', ' ', $_POST['adresse']))) . ";" .
str_replace(';', ' ', $_POST['codepostal']) . ";" .
strtoupper(iconv('utf-8','ASCII//IGNORE//TRANSLIT',str_replace(';', ' ', $_POST['ville']))) . ";" .