Question: Create an HTML form to capture six grades. Make sure that you are capturing both the points earned and the points possible for each grade.

Create an HTML form to capture six grades.
Make sure that you are capturing both the points earned and the points possible for each grade.
Make note of the name that you give each input. Remember, this is how PHP will know how to retrieve those values.
Make sure your form has a submit action that points to the .php script you will write in the subsequent steps.
Make sure your form method is set to post.
Create a PHP script to grab the values from the form you wrote in the last step.
Calculate the students grade for each assignment by dividing the points earned by the points possible for each grade.
Calculate the students overall grade by dividing the sum of the points earned by the sum of the points possible overall.
Write HTML to display the values you have collected from the form and the values you have calculated.
Test your application by calculating your current grade.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!