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