Lab 6

~/3680_S19/wk6/

With php you can easily create a consistent page layout and format style across all your web pages. You simply generate your pages using php and include the stylesheets and other components you want to appear on all pages with server side include statements.

For this lab, you will create header.php, footer.php, nav.php, utils.php, page1.php, and page2.php, style.css. Descriptions listed below:


Put all of these scripts into your ~/3680_S19/wk6/ depository directory, which I'll extract and copy all of them at the time of the due date.