Objectives:
- Build PHP pages
- Apply loops (For, While, & Do-While)
- Apply if, else if, and switch statements
- Apply functions
- Apply PHP string, numbers, and dates
- Apply PHP to HTML form objects
- Secure a site or page with PHP
- Manipulate files with PHP
- Learn about integrating HTML, PHP, and CSS together
- Dynamic coding
Reference
- If you go to the main Murach website (https://www.murach.com/) and find our book. You should be able to download the "Free Downloads" section for the student files.
- Example: https://www.murach.com/shop/murach-s-php-and-mysql-3rd-edition-detail
- Note: I normally avoid book excercises like this due to the avaialbility of the publisher solutions. Even if you find these, make sure you try the actual assignment and learn the material because it will be on the test.
- Chapter 17
- Excercise 17-2
- Chapter 18
- Excercise 18-1
Overview
No special assignment this week. Just going to have you do the end of chapter excercises in chapter 17 and 18.
Specifics:
- SSP09: Create a folder called SSP09. Create subfoldres for "SSP09_17_2" for Excercise 17-2 and "SSP09_18_1" for Excercise 18-1. As always, make sure to upload your files to Apollo1 for submission.
Common Requirements for All Web Pages:
- Your code must adhere to HTML5 standards. W3C HTML5 Example: https://www.w3schools.com/html/html5_intro.asp
- All your pages must pass W3C validators
- HTML Validator: https://validator.w3.org/nu/
- CSS Validator: http://jigsaw.w3.org/css-validator/
- The web pages must display correctly in all of the following: FireFox, Chrome, Internet Explorer.
- The links between the existing pages with the Pacific Trails Resort website cannot be broken.
-
All HTML and CSS code must be well documented, properly indented, and easy to read.
http://css-tricks.com/examples/CleanCode/Beautiful-HTML.png
http://coding.smashingmagazine.com/2008/05/02/improving-code-readability-with-css-styleguides/