errorWithText.php 70 B

12345
  1. <?php
  2. header("HTTP/1.0 400 Bad Request");
  3. echo "plain text message";