Homework 5: Web hosting, PHP basics
- Due Sep 27, 2022 by 9:30am
- Points 1
- Submitting a website url
- Available after Sep 22, 2022 at 9:30am
Watch these videos:
- Web hosting (YouTube Links to an external site.)
- PHP basics (YouTube Links to an external site.)—also see this quick reference page Links to an external site.
Continue developing the code from class. Instead of using hard coded values in quizzer.php, assume that the questions and answers were passed in as key-value pairs via POST. You'll need to iterate over each of the key-value pairs and display them in the quiz.
As with all homeworks, you may collaborate freely with others.
Commit your work to your CSC302 GitHub repository. It should be in the folder: homework/hw5. Submit a link to your repository to this Canvas assignment.