WDV341 Intro PHP

Introduction to PHP - In Class Exercises

Complete the following exercises. When finished upload to your server. Update your links on your WDV341 Homework page to include this assignment. Contact your instructor to verify that you have completed these exercises.

Zip your work and attach it to your Blackboard assignment and submit it to Blackboard. Download the Homework project and work on it with your remaining time.

 

1. Create a PHP page called project1. This will be a PHP page. Do all of the following work on that page.

2. Use an echo command to display your name below this line. It should be within an <h1> element.

Shannon Schanus

3. Use a print command to display your name below this line. It should be within an <h1> element.

Shannon Schanus

4. Use an echo command to put your name inside the following line where the word yourName appears.

Hi Shannon Schanus! Welcome to WDV341 Intro to PHP

5. Use one or more echo commands to write out an unordered list that contains the following: red, green, blue.