jpratt Posted April 15, 2008 Share Posted April 15, 2008 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 More sharing options...
jpratt Posted April 18, 2008 Author Share Posted April 18, 2008 any ideas? Link to comment https://forums.phpfreaks.com/topic/101233-time-scheduling/#findComment-520467 Share on other sites More sharing options...
947740 Posted April 18, 2008 Share Posted April 18, 2008 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 More sharing options...
litebearer Posted April 22, 2008 Share Posted April 22, 2008 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 More sharing options...
947740 Posted April 22, 2008 Share Posted April 22, 2008 litebearer - I took a look at that and it was pretty good. Link to comment https://forums.phpfreaks.com/topic/101233-time-scheduling/#findComment-524067 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.