Help

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

Hello,

This forum intended to help others with their codes.

if you show some efforts we might you. But we can not do the project for you.

if you plan on paying I can do the project for you very cheap.

Good thing there’s tons of tutorials on setting up databases, data types, how to do inserts, updates and deletes. Permissions can be a bit tricky, but not hard to do.

But we’re not doing it for you. If you need help with specifics, then go ahead and ask, we’ll be happy to help out if we can.

Sponsor our Newsletter | Privacy Policy | Terms of Service