509 Views
How to Built a Complete Starter Student Result Platform With PHP, MySQL, HTML/CSS/JS
What you get (quick overview)
-
Role-based login (admin & student).
-
Admin can add students, courses, and record/update results.
-
Students can log in to view their results and an estimated GPA.
-
Clean UI with a simple modern style.
-
Secure basics: PDO + prepared statements, password hashing.
How to run it
-
Create a MySQL database (e.g.,
student_results). -
Update DB credentials in
config.php. -
Import
database.sqlor visitsetup.phpin your browser to auto-create tables. -
After
setup.php, use:-
Admin:
admin/admin123 -
Student (demo):
stu001/password123
-
-
Visit
auth/login.phpto sign in.