├── aboutus.php ├── activities.php ├── check_student.php ├── connect.php ├── dbcontroller.php ├── fill_details.php ├── head.php ├── home.php ├── index.php ├── inserty.php ├── intern_fillin.php ├── logout.php ├── sample123.php ├── student_login.php └── stundents_details /aboutus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/aboutus.php -------------------------------------------------------------------------------- /activities.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/activities.php -------------------------------------------------------------------------------- /check_student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/check_student.php -------------------------------------------------------------------------------- /connect.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/connect.php -------------------------------------------------------------------------------- /dbcontroller.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/dbcontroller.php -------------------------------------------------------------------------------- /fill_details.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/fill_details.php -------------------------------------------------------------------------------- /head.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/head.php -------------------------------------------------------------------------------- /home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/home.php -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/index.php -------------------------------------------------------------------------------- /inserty.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/inserty.php -------------------------------------------------------------------------------- /intern_fillin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/intern_fillin.php -------------------------------------------------------------------------------- /logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/logout.php -------------------------------------------------------------------------------- /sample123.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/sample123.php -------------------------------------------------------------------------------- /student_login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/student_login.php -------------------------------------------------------------------------------- /stundents_details: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ganesh-0605/internship/HEAD/stundents_details --------------------------------------------------------------------------------