3 lines
47 B
PHP
3 lines
47 B
PHP
<?php
|
|
|
|
file_put_contents("texte.txt", $_POST);
|
<?php
|
|
|
|
file_put_contents("texte.txt", $_POST);
|