4 lines
77 B
PHP
4 lines
77 B
PHP
|
<?php
|
||
|
header('Content-type: text/plain; charset: UTF-8');
|
||
|
print_r($_POST);
|
||
|
?>
|