Fall 2017

Lab01
Hello, World!

Due: Friday September 02, 2016 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.