Jump to content

time scheduling


jpratt

Recommended Posts

I am building a scheduling ap for someone. Does anyone know of a class already made to do this? So for instance an instructor puts down they are available from 2-6pm one evening and a student makes an appointment for 3-4pm, so it would have to be able to reserve that time yet make available 2-3pm and 4-6 for the teacher. Anyone seen this before? Thanks.

Link to comment
https://forums.phpfreaks.com/topic/101233-time-scheduling/
Share on other sites

It depends how you are breaking up the sessions.  Are they in hour sessions?  Do they vary in length?

 

It would be much easier to break the sessions into some predetermined length.  Then all you have to do is use a database to enter the info.  For this kind of thing, you would probably want a table with different rows for different days and different columns for each segment of time).  Then enter a Y or N for available and use that to make your ap.

Link to comment
https://forums.phpfreaks.com/topic/101233-time-scheduling/#findComment-520495
Share on other sites

Not sure if you have solved your problem, so I created a rough idea of what I think you are looking to acomplish. It obviously can be greatly refinded, but it may be a starting point for you and for others who are seeking to create a scheduling/booking system.

 

The example is here: http://www.nstoia.com/schedule/

 

there is a zip file that contains everything needed to run the demo.

 

Lite...

 

Link to comment
https://forums.phpfreaks.com/topic/101233-time-scheduling/#findComment-523954
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.