Assignment: create a new PHP program ($$$)

Create your own php program that will use echo statements to output the name and address of your favorite restaurant: similar to this:

Holy Mole
421 Obispo Ave
Long Beach, CA90814

The current time is: 09:45:01

Where the hours are in 24 hour time and the 45 is minutes and the 01 is seconds.

Also note that the name of the restaurant is in bold with the <strong> tag.

Look at http://us3.php.net/manual/en/function.date.php for help on the codes to use to create the time.

click edit my submission below and create a link to your php file.