When i made a simple student registration page, i gave some input values to the fields and tried to exho those values simply by using POST. But it shows "Undefined Variable"
Below is my code for making a simple student registration form.
<head>
<title>Student's Registration Form</title>
</head>
<body>
Student's Registration Form
Student's Name:
Father's Name:
School's Name:
Roll No:
Class:
Select Class
10th
9th
</body>