Spring 2013

Lab01
Hello, World!

Due: Monday January 28, 2013 11:59 PM

Lab01 - Hello, World!

Requirements

Comments placed in each source code file25 pts
PHP tags used correctly25 pts
Echo statement used for output25 pts
Page format is correct and valid25 pts
Total100 pts

Resources

Objective

Setup the PHP environment and create the following practice program.

Instructions

Write a PHP program that uses the PHP tags and an echo statement to print "Hello, World!!!".

Use PHP comments to document what is happening in your code.