├── Hostel Management System.zip ├── README.md ├── access-log.php ├── book-hostel.php ├── change-password.php ├── check_availability.php ├── dashboard.php ├── forgot-password.php ├── full-profile.php ├── get_seater.php ├── hostel.css ├── index.php ├── login.php ├── logout.php ├── my-profile.php ├── registration.php └── room-details.php /Hostel Management System.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/Hostel Management System.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/README.md -------------------------------------------------------------------------------- /access-log.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/access-log.php -------------------------------------------------------------------------------- /book-hostel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/book-hostel.php -------------------------------------------------------------------------------- /change-password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/change-password.php -------------------------------------------------------------------------------- /check_availability.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/check_availability.php -------------------------------------------------------------------------------- /dashboard.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/dashboard.php -------------------------------------------------------------------------------- /forgot-password.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/forgot-password.php -------------------------------------------------------------------------------- /full-profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/full-profile.php -------------------------------------------------------------------------------- /get_seater.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/get_seater.php -------------------------------------------------------------------------------- /hostel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/hostel.css -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/index.php -------------------------------------------------------------------------------- /login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/login.php -------------------------------------------------------------------------------- /logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/logout.php -------------------------------------------------------------------------------- /my-profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/my-profile.php -------------------------------------------------------------------------------- /registration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/registration.php -------------------------------------------------------------------------------- /room-details.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Abhishek22K/Hostel-Management-System/HEAD/room-details.php --------------------------------------------------------------------------------