<html> <body> <h2>Demo 2 - Switching between HTML and PHP and back</H2> Here I am in HTML! <BR> <?php echo "Now I'm in PHP! <BR>"; ?> Back to HTML! <BR> </body> </html>