<?php echo "Hello World!"; // You can also do this with a variable: $YourVariable = "Hello World!"; echo $YourVariable; ?>