html-sample.php 87 B

12345
  1. <?php
  2. header("Content-type: text/html");
  3. echo("This is sample text/html response!");