PHP Test page

If this page works with php you should see some text below

This text is produced by PHP

if you can see this then php works for you!

"; ?>= 12 && $HourOfDay <17) { echo 'Good Afternoon...'; } elseif ($HourOfDay ><12){ echo 'Good Morning...'; } else { echo 'Good Evening...'; } ?>