SWE 432 Homework 6
Fall 2008
PHP Introduction: Form Processing: Due October 20


"PHP" is short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page Tools")
- Wikipedia

Your assignment is to write a small PHP program that accepts the form data values from your web page for homework 5. All your PHP needs to do is display the input data from the form in a readable format (an HTML page).

Within the above constraints, feel free to format the output web page any way you like. Your program will be graded on correctness, and also on the readability and maintainability of the HTML that it produces (for example, be sure to add carriage returns!). You may change your HTML form from homework 5. If you do, you must make a copy for homework 6, because we may still be grading homework 5.

Submission

As before, submit your homework by putting a link to it on your class web page. Making your homework available to me and the TA is your responsibility; if we cannot access your file then you will not get credit. Be sure to test access to your file before the due date. NOTE: We will access each assignment shortly after the due date and not look at your web site afterwards. If you submit an assignment late, you must send an email to me & the TA telling us that it is ready (late penalty will apply).