
Hi I am 3rd year bca student i want create time table generator for my project.i am going to create it as school time table management.i want some ideas related this project
I mean i want the conditions like how can i insert many sections,how can i allot the subjects to classes,how to view that from the teacher point of view and what calculation i need to do this
please can you help me

Thanks for your reply but still i have some questions
I am not good in java can you please tell me how it will works
in what format we have to save this file and how will execute?
what informations we have to provide to generate time table?
pls make me clear. Thanks.

You can create database connection in php. We have created tables in database depends upon the number of courses we have in time table. Accordingly, we have arrange 6 days and 8 periods timetable as in schools and colleges we have. Through the select box in php, select the course. On selecting the course, a javascript function is called that will refresh the php code and you will get the selected value through function parameter. Using this value, you can create a sql query by making a database connection to select the timetable of particular course.

Thanks for your reply
I want to add some features like,
in my time table user can insert the priority for each subject.
i am going to give two priorities based on that the number
of subjects will be get placed in the time table is there any
calculations possible to do this work?
The code you gave me i can't understand it fully, in that
i understood we can create table based on the conditions .
please insist me until i finished my project
Thank you