Enregistrement dans fichier

This commit is contained in:
Adrien Bourmault 2022-05-05 16:26:38 +02:00
parent 30901b45e5
commit 60f6cb354d
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
str_replace(';', ' ', $_POST['cotisation']) .
str_replace(';', ' ', $_POST['mode']);
file_put_contents($filepath . "preadhesion" . date("Y-m-d") . rand(111111, 999999), $content);
file_put_contents($filepath . "preadhesion" . date("Y-m-d") . rand(111111, 999999), strtoupper($content));
} else {