<?php // Plaintext Test // Set content type header('Content-type: text/plain'); echo 'Hello, World!';