i need to a project in php and i dont have any experience about php coding if anyone could help me
i need to create a file with this requirements
Tables for tutors, students, courses, and tutor_sessions
• Users should be able to lookup, add, or edit students, courses, and tutor_sessions;
only administrators should be able to delete anything or add/delete tutors
• The tutor_sessions table should capture the tutor’s name, student’s name, course ID,
date and length of the session, and the result of the session (what was done)
• Tutors need to be able to list/view the students, courses, and tutor_sessions tables
on the screen; for minimum requirements we can use the browser print function to print
out the list
I already create the tables i just need help with the PHP coding