Suppression des é

This commit is contained in:
Adrien Bourmault 2022-05-05 18:35:20 +02:00
parent 27c23af6a4
commit c15bb88403
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 5 additions and 5 deletions

View File

@ -69,12 +69,12 @@
echo "<h1>Merci de votre demande d'adhésion !</h1>";
echo "<p><b>Libre en Communs</b> vous remercie de votre engagement. Vous recevrez la réponse à votre demande par courriel prochainement, accompagnée des instructions à suivre pour régler votre cotisation le cas échéant.</p><br/>";
$content = strtoupper(str_replace(';', ' ', $_POST['nom'])) . ";" .
strtoupper(str_replace(';', ' ', $_POST['prenom'])) . ";" .
strtoupper(str_replace(';', ' ', $_POST['adresse'])) . ";" .
$content = strtoupper(iconv('utf-8','ASCII//IGNORE//TRANSLIT',str_replace(';', ' ', $_POST['nom']))) . ";" .
strtoupper(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(str_replace(';', ' ', $_POST['ville'])) . ";" .
str_replace(';', ' ', $_POST['mail']) . ";" .
strtoupper(iconv('utf-8','ASCII//IGNORE//TRANSLIT',str_replace(';', ' ', $_POST['ville']))) . ";" .
iconv('utf-8','ASCII//IGNORE//TRANSLIT',str_replace(';', ' ', $_POST['mail'])) . ";" .
str_replace(';', ' ', $_POST['mailalec']) . ";" .
str_replace(';', ' ', $_POST['xmppalec']) . ";" .
str_replace(';', ' ', $_POST['cotisation']) . ";" .