Ajout choix de redirection

This commit is contained in:
Adrien Bourmault 2022-06-15 16:30:08 +00:00
parent 0c4e343411
commit 5e10d06ec5
1 changed files with 3 additions and 2 deletions

View File

@ -78,10 +78,11 @@
str_replace(';', ' ', $_POST['codepostal']) . ";" .
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']) . ";" .
iconv('utf-8','ASCII//IGNORE//TRANSLIT',str_replace(';', ' ', $_POST['mailalec'])) . ";" .
str_replace(';', ' ', $_POST['xmppalec']) . ";" .
str_replace(';', ' ', $_POST['cotisation']) . ";" .
str_replace(';', ' ', $_POST['mode']));
str_replace(';', ' ', $_POST['mode']) . ";" .
str_replace(';', ' ', $_POST['rediralec']) );
file_put_contents($filepath . "pre_adhesion" . date("Y-m-d") . $numero_pre_adh, $content);