ec Posted March 26, 2008 Share Posted March 26, 2008 Hello, i'm kinda new to php and have to complete an assignment. I'm developing a booking system and have a table which tells you the dates that you can book on (as they have to be fridays and not public holidays) and another table where you book it. how could i go about linking them..or verifying it so that I can only select dates which are on the first table? and another thing I'm trying to do is that if the person is not available on the date selected, how would you go about automatically calculating the next available date? I dunno if this makes any sense but i really need help!!! Thanks Link to comment https://forums.phpfreaks.com/topic/97961-linking-tables/ Share on other sites More sharing options...
MatthewJ Posted March 26, 2008 Share Posted March 26, 2008 The first thing you need to do, is write some code... Or hire someone... Time accounting systems take a bit of thought. You seem to have the logic nailed, now you just need to turn the logic into code Good luck Link to comment https://forums.phpfreaks.com/topic/97961-linking-tables/#findComment-501205 Share on other sites More sharing options...
ec Posted March 26, 2008 Author Share Posted March 26, 2008 ummm...can't exactly do that, this is my A level Computing assignment Link to comment https://forums.phpfreaks.com/topic/97961-linking-tables/#findComment-501225 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.