php-task-manager/ ├── config/ │ └── database.php # Database connection configuration ├── controllers/ │ ├── AuthController.php # User authentication logic │ └── TaskController.php # Task management ...
A simple DBMS-based web project designed to manage hostel operations such as student details, room allocation, visitors, and manager information. The system uses HTML and CSS for the frontend, PHP for ...