CS2623: Server-Side Programming
SSP04: String Functions

Objective:

Points

Situation

In this assignment, new web pages will be created. The ones from projects 3-1 to 3.3 will be linked to the main pages in Chapter 4. The ones from projects 3-4 and 3-5 will be linked Chapter 5. For now, they will will be created inside the Chinese Zodiac folder but will only be accessible by entering their full URL.

IMPORTANT:

Need a Visual Reference?
View the following video on YouTube of past student sites. In most of the cases the entire web page is not included in the screen shot, just enough to let you see the functionality of each project assignment. These videos are in a restricted area and intended for use only by students in this class.
Disclaimer: If you see something that is contradictory to our class assignments, please ask. Do not assume that since it is on the video that it is 100% correct.

The video shows the 5 php files which will eventually be incorporated into the site. On inc_home_links_bar.php, there is an extra link (Site Feedback) which will be added later in the course. .For now, there should only be PHP and Chinese Zodiac as outlined in the text.
To give you an idea of how all of the include files will be eventually displayed within index.php it is thought that the following annotated web page might help with understanding how they will all be tied together.

Chinese Zodiac with Include Files

Note: Students may NOT copy the text from the sample for use in their site. Every student must write their own text. Copying this text and using it as your own will be considered plagiarism and handled accordingly.

Specifications

Recurring Specifications:

For this assignment, the normal recurring specification will not apply since they pages are include files and not stand-alone web pages.

Assignment Submission