Question: Create a new php file that has a form that asks the user to enter. Make sure that the user enters all the data required
Create a new php file that has a form that asks the user to enter. Make sure that the user enters all the data required in the form.
-
- Name - First Name and Last name in the same textbox
- Course Name
- Assignment 1 Grade (in points )
- Assignment 2 Grade (in points )
- Assignment 3 Grade (in points )
- Once the user clicks the Submit button. The response should be like this:
Hello first name user inputs Thank you for entering the data.
Your maximum grade is: maximum grade input by the user
Your minimum grade is: minimum grade input by the user.
Good ________________ (program should give appropriate greeting like Good morning/ afternoon/ evening depending on the time of the day the user is submitting the form.)
Please note that there are ___________ days before the semester ends. (Make sure to find the difference between today's date and May 13 2018 to find the days remaining in the semester)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
