help help

Everything that doesn't belong to any other forum but this one. If it doesn't belong here then it ... well, it just doesn't.

Moderator: mkoch227

Post Reply
jtodb
Posts: 1
Joined: Mon Nov 12, 2012 2:29 pm

help help

Post by jtodb »

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
Post Reply