<?php
    /*===
        This is S24 CS 328's first PHP example!

        It just demos a simple PHP that works with the PHP
        Command Line Interface (CLI).

        You can run this from the command line using:
        php cli-example1.php
    ===*/
?>

This is boilerplate.

Here is the result of a PHP expression tag: <?= 6 * 7 ?>  <- see? 

moooooooooo