Differences Between Frontend and Backend
Non classé |
2025-01-16 07:47:11
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.