i dont have any experience with php codes and i need to do a project
this are the 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
• The solution application must be well documented with comments embedded in the code
i already created the tables but like i said i dont know how to code php, i hope anyone could help me with this
help help
Moderator: mkoch227