This is the project done using core PHP. This project was done during my internship period for learning the basics and core of programming.
About
A minor project on PHP using manual MVC
Includes three tables
- Students
- id(PK)
- name
- address
- phone_no
- photo
- Courses
- id(PK)
- name
- start_date
- end_date
- courses_students
- course_id(FK)
- student_id(FK)
Query operations are performed showing
- create courses with start_date and end_date
- show running and past courses
- Add Students
- View all Students in addition to edit and delete students
Source Code
Github Link: student-management-system
0 comments:
Post a Comment