jtodb Posted November 12, 2012 Share Posted November 12, 2012 i dont have experience with php coding and i need to create a project with php, i hope anyone could help me. this are the requierements 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 created the tables, i dont know much about php, i hope anyone in this forum is willing to help me Link to comment https://forums.phpfreaks.com/topic/270595-i-need-help/ Share on other sites More sharing options...
Pikachu2000 Posted November 12, 2012 Share Posted November 12, 2012 We aren't here to do your homework for you. Make an effort, then post your code and any problems you're having. Link to comment https://forums.phpfreaks.com/topic/270595-i-need-help/#findComment-1391827 Share on other sites More sharing options...
Barand Posted November 12, 2012 Share Posted November 12, 2012 One tip for you - the tutor_session table should hold tutor and student IDs and not their names. Link to comment https://forums.phpfreaks.com/topic/270595-i-need-help/#findComment-1391843 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.