Fantasy-Map-Generator/upload.php
2020-04-23 19:44:32 +03:00

6 lines
No EOL
123 B
PHP

<?php
header("Content-type: text/plain");
echo "received:";
var_dump(file_get_contents('php://input'));
print_r($_POST);
?>