5 lines
100 B
PHP
5 lines
100 B
PHP
<?php
|
|
echo "POST test works";
|
|
file_put_contents("/tmp/post_result.txt", print_r($_POST, true));
|
|
|