thx for your reply!
i dont know if i need a too elaborate database, not that i can get that much info. see im just doing this as my own project since i think my school has a bad system in terms of helping students make their schedules. i only have access to data they publish online, and the only thing i have is the course list that is offered in one quarter. this course list includes:
course ID
course Code
course number
course section
course name
teacher
days
times
building
room
capacity
final exam code
here's a quick summary of what my script does:
1. You input the courses you want in a form
2. Script searches for the classes. If all classes are found, check every possible combinations and filter out the ones that have time conflicts.
3. display the good schedules (w/o time conflicts) in a day-and-time table.
i'd like to show you my schema but im not sure how to do it since i dont have shell access from my server. can i d/l the schema using phpMyAdmin, or FTP? well anyways, the schema is very simple. its just one table 'classes' with those fields named above (course ID, course code... final exam code) as columns.
thx so much!