Help! PLEASE! lol

I’m getting so frustrated with this… I am VERY new to PHP and I am trying to create a test/quiz and at times it works but then most of the time it don’t work when I change or add something… I try to go back but now I think I really screwed everything up…

Could someone look into my code and help me out with it… It’s not sending the info like name, email, address etc. to the email…

This is my grade.php

<?
$question1 = $_POST['question1'];

$score = 6.666666666666667;

if($question1 == "a"){
    $score = $score + 6.666666666666667;
}


$question2 = $_POST['question2'];


if($question2 == "b"){
    $score = $score + 6.666666666666667;
}


$question3 = $_POST['question3'];


if($question3 == "a"){
    $score = $score + 6.666666666666667;
}


$question4 = $_POST['question4'];


if($question4 == "b"){
    $score = $score + 6.666666666666667;
}


$question5 = $_POST['question5'];


if($question5 == "a"){
    $score = $score + 6.666666666666667;
}


$question6 = $_POST['question6'];


if($question6 == "b"){
    $score = $score + 6.666666666666667;
}


$question7 = $_POST['question7'];


if($question7 == "a"){
    $score = $score + 6.666666666666667;
}


$question8 = $_POST['question8'];


if($question1 == "b"){
    $score = $score + 6.666666666666667;
}


$question9 = $_POST['question9'];


if($question9 == "a"){
    $score = $score + 6.666666666666667;
}


$question10 = $_POST['question10'];


if($question10 == "a"){
    $score = $score + 6.666666666666667;
}


$question11 = $_POST['question11'];


if($question11 == "c"){
    $score = $score + 6.666666666666667;
}


$question12 = $_POST['question12'];


if($question12 == "a"){
    $score = $score + 6.666666666666667;
}


$question13 = $_POST['question13'];


if($question13 == "d"){
    $score = $score + 6.666666666666667;
}

$question14 = $_POST['question14'];


if($question14 == "d"){
    $score = $score + 6.666666666666667;
}

$question15 = $_POST['question15'];


if($question15 == "d"){
    $score = $score + 6.666666666666667;
}

$name = $_POST['name'];
$phone = $_POST['phone'];
$street = $_POST['street'];
$city = $_POST['city'];
$state = $_POST['state'];
$zip = $_POST['zip'];


mail("[email protected]", "Your Quiz Results", "Thank you for taking the test!
You scored a ".$score." on the test!

Name: ".$name."
Phone: ".$phone."
Street: ".$street."
City: ".city."
State: ".$state."
Zip: ".$zip."", "From: [email protected]");

mail("[email protected]", "Your Quiz Results", "You scored a ".$score." on the quiz!

Yay!
Go you", "From: [email protected]");
?>
Your results have be emailed to you.

Here is my index.php file…

<html>
    <head>
        <Title>Anger Management Test 1</title>
    </head>

<body>
Please fill out the information below and complete the test.
<form method="POST" action="grade.php">
Name: <input type="text" name="name"><br>
Phone: <input type="text" name="phone"><br>
Street: <input type="text" name="street"><br>
City: <input type="text" name="city"><br>
State: <input type="text" name="state"><br>
Zip: <input type="text" name="zip"><br>
<br><br>True or False-
<form method="POST" action="grade.php">
1. People use anger as an excuse for striking other people?<br>
<input type="radio" name="question1" value="a">A : True<br>
<input type="radio" name="question1" value="b">B : False<br>
<br>

<form method="POST" action="grade.php">
2. You always get a second chance to make the appropriate decision or do the appropriate behavior?
<br>
<input type="radio" name="question2" value="a">A : True<br>
<input type="radio" name="question2" value="b">B : False<br>
<br>

<form method="POST" action="grade.php">
3. People usually are motivated to change by frustration?
<br>
<input type="radio" name="question3" value="a">A : True<br>
<input type="radio" name="question3" value="b">B : False<br>
<br>

<form method="POST" action="grade.php">
4. Money can make everyone happy?
<br>
<input type="radio" name="question4" value="a">A : True<br>
<input type="radio" name="question4" value="b">B : False<br>
<br>

<form method="POST" action="grade.php">
5. People who are living a true meaning and purpose are happy?
<br>
<input type="radio" name="question5" value="a">A : True<br>
<input type="radio" name="question5" value="b">B : False<br>
<br>

<form method="POST" action="grade.php">
6. One can change himself without ever being aware he has a problem?
<br>
<input type="radio" name="question6" value="a">A : True<br>
<input type="radio" name="question6" value="b">B : False<br>
<br>

<form method="POST" action="grade.php">
7. Controlling ones behavior is an important part of utilizing anger management skills?
<br>
<input type="radio" name="question7" value="a">A : True<br>
<input type="radio" name="question7" value="b">B : False<br>
<br>

<form method="POST" action="grade.php">
8. Forgiving always benefits the other person, not the one who forgives?
<br>
<input type="radio" name="question8" value="a">A : True<br>
<input type="radio" name="question8" value="b">B : False<br>
<br>

<form method="POST" action="grade.php">
9. The main purpose of an anger outburst (tantrum, fit of aggression, ect.) by an individual is an attempt to control another person or ones surroundings?
<br>
<input type="radio" name="question9" value="a">A : True<br>
<input type="radio" name="question9" value="b">B : False<br>
<br>

<form method="POST" action="grade.php">
10. Anger is an excellent motivator?
<br>
<input type="radio" name="question10" value="a">A : True<br>
<input type="radio" name="question10" value="b">B : False<br>
<br><br><br>

Multiple Choice Questions-

<br>

<form method="POST" action="grade.php">
1.Which word or phrase doesn’t belong with what the instructor listed as the 3 steps to change?
<br>
<input type="radio" name="question11" value="a">A : Awareness<br>
<input type="radio" name="question11" value="b">B : Plan<br>
<input type="radio" name="question11" value="c">C : Support<br>
<input type="radio" name="question11" value="d">D : Motivation<br>

<br>

<br>

<form method="POST" action="grade.php">
2.Which word or phrase doesn’t belong with what the instructor demonstrated as a model of anger reaction?
<br>
<input type="radio" name="question12" value="a">A : People Treating one unfairly<br>
<input type="radio" name="question12" value="b">B : Primary emotions of anger are fear and hurt<br>
<input type="radio" name="question12" value="c">C : Universal thought of being powerless<br>
<input type="radio" name="question12" value="d">D : Anger is a secondary emotion<br>

<br>

<br>

<form method="POST" action="grade.php">
3.Which event can be legal trouble for an individual with anger issues?
<br>
<input type="radio" name="question13" value="a">A : Letting go and forgiving another person<br>
<input type="radio" name="question13" value="b">B : Deescalating or intervening with a compounding thought to deescalate the emotion<br>
<input type="radio" name="question13" value="c">C : Cooperating with an authority figure<br>
<input type="radio" name="question13" value="d">D : Reacting with an aggressive behavioral reaction of holding a person until they listen<br>
<br>

<br>

<form method="POST" action="grade.php">
4. The best way to help any situation is<br>
<input type="radio" name="question14" value="a">A : By keeping yourself in check by working on your issues<br>
<input type="radio" name="question14" value="b">B : Accepting other wishes and not attempting to control them<br>
<input type="radio" name="question14" value="c">C : Owning responsibility for ones behavior and accepting responsibility to manage ones behavior appropriately<br>
<input type="radio" name="question14" value="d">D : All of the above<br>

<br>

<br>

<form method="POST" action="grade.php">
5. Which word or phrase doesn’t belong with what the instructor discussed in stress management skills?
<br>
<input type="radio" name="question15" value="a">A : Dealing with present events in the present, and dealing with future events by letting go until they become present events <br>
<input type="radio" name="question15" value="b">B : Asking what and how questions<br>
<input type="radio" name="question15" value="c">C : Reframing runaway thoughts with (This is only a thought intervention)<br>
<input type="radio" name="question15" value="d">D : Smoking a cigarette to calm your nerves<br>

<br>

<br>
<input type="submit" value="Submit Test">
</form>
</body>
</html>