
November 12th, 2012, 08:02 AM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 1
Time spent in forums: 20 m 46 sec
Reputation Power: 0
|
|
|
I need help
I dont not much about php and i need to create a script, i need some help creating the codes for some project i have to do.
Tables for tutors, students, courses, and tutor_sessions
• tutors and administrators 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 but i dont know how to create the php coding. i hope anyone can help me
|