post.php 77 B

12345
  1. <?php
  2. header("Content-Type: application/json");
  3. echo(json_encode($_POST));