Simple PHP & MySQL project to manage students in a hostel.
- Add new student
- Edit student details
- Delete student records
- View all students
- PHP 7+
- MySQL
- Apache (XAMPP or similar)
- Import
hostel_db
database using the provided SQL. - Update
db.php
with your database credentials. - Run the app on localhost.
Rahul Selokar