liquid79 Posted November 20, 2007 Share Posted November 20, 2007 Hope this is the correct place, done a few searches but found nothing that useful to my problem. I’m trying to create a availability calendar, which I can do in php but it’s the tables I’m having a problem working out what i need and how it should be set out. It needs to store Dates such as 2nd - 9th of December, 9th -16th of December etc For every month so there will be alot of weeks also I guess the year? Along with the price for each of these weeks and also if they are available, booked or pending. Also the username of that user to it can identify whose calendar is whose. In my head i can’t work out how this should be laid out. Any help would be great guys! Thanks Quote Link to comment https://forums.phpfreaks.com/topic/78153-solved-tables-help/ Share on other sites More sharing options...
fenway Posted November 21, 2007 Share Posted November 21, 2007 The user->calendar issue should be easily addressed with a lookup table; as for the dates, is it always full weeks? Quote Link to comment https://forums.phpfreaks.com/topic/78153-solved-tables-help/#findComment-395827 Share on other sites More sharing options...
liquid79 Posted November 21, 2007 Author Share Posted November 21, 2007 Yep thanks after looking as some differnt examples i think fingers crossed i have got it sorted now just php problems which ill ask in the other section! Thanks for your reply. Quote Link to comment https://forums.phpfreaks.com/topic/78153-solved-tables-help/#findComment-396185 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.