WDV341 Intro PHP

Introduction to PHP - Homework

Complete the following exercises. When finished upload to your server. Update your links on your WDV341 Homework page to include this assignment.

Zip your work and attach it to your Blackboard assignment and submit it to Blackboard.


1. Use this page as the source and conver it so that it will process your PHP code on the server.

2. Use PHP to fill in the following information.

Course Name:

WDV341

First Name:

Willaim

Last Name:

Thomason

My homework is located at: My Homework Page

 

3. Create an ordered list using PHP. Place it in the area below. It should describe the sequence of steps that the server and PHP processor performs when you request this page until you see the results. The more detailed the better!

  1. Post action and data is sent to the server.
  2. Server processes request and sends it to the PHP processor.
  3. PHP processor stores or retrieves data to and from database.
  4. PHP processor then merges the results with the HTML to server.
  5. Server returns HTML and merged content to client.

Grading:

Each exercise is graded seperately and totaled for the Project grade. Each exercise will be graded using the following scale. Exercises 2 and 3 are worth 10 points each.

Grade Expectation
5 Works as expected. Correctly uses concepts presented in class. Documented as needed and well formatted.
4 Works as expected. Uses some of the concepts presented in class. Lacks documentation if needed or poorly formatted/structured.
2 Produces results but not as expected OR Exercise is attempted but produces an error.
0 Does not produce any results. Fails to use any concepts presented in class or not attempted.