Exercise #20
The primary purpose for exercise 20 is:
- Gain additional experience using $_POST in PHP.
- Use if-else if-else conditional statement.
- Use the comparison operator: ==
- Use the logical and operator: &&
- Use variables in PHP.
Guidelines for grading:
- They should submit the files properly, all named with a .php extension. (-2 max)
- Proper use of $_POST to retrieve data. (-3 max)
- Store posted data into variables and use those variables within the if statements. (-2 max)
- Proper use of if-else if-else conditional statement. (-3 max)
- Properly coded with all structural elements. (-1 for missing <!doctype>)