Hello World - index2.php

This is a PHP page. Most of it is just HTML.

But in a PHP file, we can switch into PHP by enclosing PHP code between <?php and ?>. As the server reads the file, when it sees PHP code, it executes it and the output of that code is returned to your browser in place of the <?php ... ?>

PHP has a "print" statement like many languages.

Hello world
Back in HTML - lets go into PHP one more time.

Today is:2024-05-15 21:08:09
All done...

Next: index3.php