This project was developed for the CSE311 (Database Course) at North South University. The primary focus of this project was to learn how to integrate a website with MySQL using PHP, HTML, CSS, and JavaScript. The project showcases a beginner-level website that my teammates and I developed.
- Home, About, Course, Enroll: Four main pages with core functionalities.
- Login/Register: Users must create an account or log in to access course enrollment.
- Admin Panel: A CRUD (Create, Read, Update, Delete) operator was implemented for managing student information.
Explore available courses and navigate through various sections.
Learn more about our team and the project.
Browse the list of available courses.
Enroll new students by adding their information into MySQL.
New users can create an account.
Returning users can log in to their accounts.
The Admin Panel enables the management of students through CRUD operations.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: MySQL
This project provided valuable hands-on experience with connecting a website to a database using PHP and MySQL, and served as a practical introduction to web development.