is it possible to make this program using php?

i would like to design a time table for a school that helps in allocating time and classes for teachers.
how diffucult or easy will this be?

Is this a program you run once to work out the timetable or something that’s updated every day more like a calendar ?

You can do either in php although for a calendar you’ll need a database as well so you can store what’s been entered.

How easy it is depends on exactly what you want it to do. A very basic system is quite easy, if you want it to do everything except make coffee then that’ll take longer.

One Response to “is it possible to make this program using php?”

  • Mike D says:

    Is this a program you run once to work out the timetable or something that’s updated every day more like a calendar ?

    You can do either in php although for a calendar you’ll need a database as well so you can store what’s been entered.

    How easy it is depends on exactly what you want it to do. A very basic system is quite easy, if you want it to do everything except make coffee then that’ll take longer.
    References :

Leave a Reply