How to Build a Strong Upwork Portfolio: A Step-by-Step Guide
Freelancing/Consulting |
2025-02-26 12:48:53
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.
Create a MySQL database (e.g., student_results
).
Update DB credentials in config.php
.
Import database.sql
or visit setup.php
in your browser to auto-create tables.
After setup.php
, use:
Admin: admin
/ admin123
Student (demo): stu001
/ password123
Visit auth/login.php
to sign in.