Learning PHP (2)
From Wiki @ Karl Jones dot com
This article contains examples of PHP.
Example One: date and time
PHP provides the date() function, which returns date and time.
The date and time can be
echo date('l jS \of F Y h:i:s A');