├── Home.html ├── Modify.html ├── New_student.html ├── README.md ├── Read.html ├── Read.php ├── Remove.html ├── Remove.php ├── modify.php └── save.php /Home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Student_Details/HEAD/Home.html -------------------------------------------------------------------------------- /Modify.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Student_Details/HEAD/Modify.html -------------------------------------------------------------------------------- /New_student.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Student_Details/HEAD/New_student.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Student_Details -------------------------------------------------------------------------------- /Read.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Student_Details/HEAD/Read.html -------------------------------------------------------------------------------- /Read.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Student_Details/HEAD/Read.php -------------------------------------------------------------------------------- /Remove.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Student_Details/HEAD/Remove.html -------------------------------------------------------------------------------- /Remove.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Student_Details/HEAD/Remove.php -------------------------------------------------------------------------------- /modify.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Student_Details/HEAD/modify.php -------------------------------------------------------------------------------- /save.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dharshini2613/Student_Details/HEAD/save.php --------------------------------------------------------------------------------