1.9.php

Today is September 7, 2013

The server is running version 8.0.30 on the Linux

# Script 1.9
//Set today's date as a constant
define ('TODAY', 'September 7, 2013');

//Print message
echo '<p>Today is ' . TODAY . '</p>';
echo '<p>The server is running version ' . PHP_VERSION . ' on the ' . PHP_OS;