-
PHPee
today I messed with some simple PHP by putting this code into an html head
<?php
echo “The date is: “;
echo date(“l jS F Y h:i:s A”);
?>I produced this page which tells the time!
whacked.
Posted on March 24, 2009
blog comments powered by Disqus