I have written a script to write out todays date.
The code is below.
What will be printed on screen?
<?php $today = date('l jS F Y', time()); echo "<p>today's date is: $today</p>";
?>
Today's date is: Friday 9th May 2025