plaintext.php 104 B

12345678910
  1. <?php
  2. //
  3. // Plaintext Test
  4. //
  5. // Set content type
  6. header("Content-type: text/plain");
  7. ?>
  8. Hello, World!