├── Admin
├── addstudent.php
├── admindash.php
├── deleteform.php
├── deletestudent.php
├── header.php
├── titleheader.php
├── updatedata.php
├── updateform.php
└── updatestudent.php
├── LICENSE
├── README.md
├── css
└── style.css
├── dataimg
├── abc.bmp
└── image (2).png
├── dbcon.php
├── function.php
├── index.php
├── login.php
└── logout.php
/Admin/addstudent.php:
--------------------------------------------------------------------------------
1 |
13 |
14 |
22 |