Correction minuscules pour prénoms
This commit is contained in:
parent
071b3ebe3d
commit
a37c386537
|
@ -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']))) . ";" .
|
||||
|
|
Loading…
Reference in New Issue