A Simple "Hello World" Script
<HTML> <HEAD><TITLE>My First PHP Script</TITLE></HEAD> <BODY> <?php echo "Hello, world!"; ?> </BODY> </HTML>