NEED HELP IN WRITING A PHP PROGRAM!

Create a database like Result having table
Student_Data (Sid, Sname, Total Percentage, Total).
Write a PHP script to store the above information using form and
perform the below validation:
 Total must be out of 500.
 Percentage & grade should be calculate after the submit
button press and Store the same on DB