Exercise #19
The primary purpose for exercise 19 is:
-
Learn a little PHP and server form posts.
Guidelines for grading:
-
They should submit the files properly, both named with a .php extension. (-2 max)
-
Proper use of $_POST to retrieve data. (-2 max)
- Proper use of echo to write out data (-2 max)
- Form elements on index.php are named the same as $_POST variables in formPost.php (-1 max)
-
Aesthetically pleasing - not just black & white (-2 max).
-
Properly coded with all structural elements. (-1 for missing <!doctype>)