Instructions

The purpose of this mini-project is to get you familiar with basic server-side data handling. You should create an HTML page with a form. The form should include, among other features, a submission button that causes the form data to be sent to a PHP page using the POST method, which then displays the data sent.

Your HTML file should be named mp2.html and the form should have the following elements:

The form should make sense. The server page should be named mp2.php and should be written in PHP. The output of the PHP script does not have to be pretty, but should include all of the data sent via POST.

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

Submission

Your files should be located on Joust in the directory ~/public_html/csc401/mp2/ by the deadline, as well as uploaded to Canvas. The rubric can be found here. The Canvas submission page is here.

(Back to top)