Instructions

This project focuses on saving state on a server. Specifically, we'll be looking at using cookies to store a user's name as entered via a form.

You should create a single PHP file named mp3.php. This script will be responsible for the following:

In performing this assignment, you may find this page on PHP helpful, as well as this page on HTML forms.

Submission

Your file should be located on Joust in the directory ~/public_html/csc401/mp3/, in addition to being uploaded to Canvas. The rubric can be found here. The Canvas submission page is here.

(Back to top)