Talking about the project, it has lots of features. Users can sign up and then sign in. User can add, edit, delete, and view their own blogs. A user can post blogs under different categories and ...
student_result_system/ ├── index.php ← Login page (admin + student) ├── config.php ← Database connection & helper functions │ ├── includes/ │ ├── header.php ← HTML head + global CSS │ ├── footer.php ← ...