echo.php 83 B

12345
  1. <?php
  2. header('Content-Type: text/plain');
  3. echo file_get_contents('php://input');