Module 1 Variables

Content for Module 1 Variables goes here.

OVERVIEW

You will develop an organizational chart for your company using functions, includes, and variables.

INSTRUCTIONS

Develop the footer that will be used on the rest of your submissions in this course. The footer should have the appropriate linked validation images/icons at the bottom of the page that verify XHTML and CSS compliance as well as include the proper PHP functions to show the last time the page was modified at the file level.

Create an organizational chart for at least 3 employees using PHP. You must also include images for these individuals.

Using PHP variables, store each individual’s name, information about them, and a link to a separate page for that person in a PHP script called “variables.php.” The main chart web page should be constructed using XHTML and use the PHP variables.php script to output each person’s name and the link to their web page. At least 3 employees should be included in the organizational chart. Each web page should include a photo and at least 4 unique pieces of information of your choice such as job title, department, degree, favorite book, hobby, goals, interests, or accomplishments. Each of the individual’s unique information should exist within PHP variables. The contents of the variables should be output in a properly formatted web page for each individual.