fredted40x Posted October 29, 2010 Share Posted October 29, 2010 Hi, As a part of my university course final year project i have to create a room reservation system. I have found this http://www.phpjabbers.com/availability-booking-calendar/index.php Which looks perfect but i cant use that as i have to code it myself. Does anyone know of a guide that will help me build something similar? Thanks in advance Link to comment https://forums.phpfreaks.com/topic/217197-availability-booking-calendar/ Share on other sites More sharing options...
litebearer Posted October 29, 2010 Share Posted October 29, 2010 what have you done on it thus far? psudeo code? database structure? features required/needed? who will have accessibility? etc etc Link to comment https://forums.phpfreaks.com/topic/217197-availability-booking-calendar/#findComment-1127981 Share on other sites More sharing options...
revraz Posted October 29, 2010 Share Posted October 29, 2010 When I was building mine, I searched and couldn't find any good tutorials. So I just decided to start coding and ask questions where I got stuck at. Link to comment https://forums.phpfreaks.com/topic/217197-availability-booking-calendar/#findComment-1127982 Share on other sites More sharing options...
fredted40x Posted October 29, 2010 Author Share Posted October 29, 2010 The problem is i have only done one unit on php and java at uni so have a very basic knowledge of these. I would like a calendar that shows dates that have been booked and the date that haven't been book to show as a different colour and be clickable to a email form. Basically almost exactly like that calendar. Link to comment https://forums.phpfreaks.com/topic/217197-availability-booking-calendar/#findComment-1127988 Share on other sites More sharing options...
litebearer Posted October 29, 2010 Share Posted October 29, 2010 Might start here for some basics http://php.about.com/od/finishedphp1/ss/php_calendar.htm Link to comment https://forums.phpfreaks.com/topic/217197-availability-booking-calendar/#findComment-1127990 Share on other sites More sharing options...
revraz Posted October 30, 2010 Share Posted October 30, 2010 What I did was start with a normal HTML calendar. From there I incorporated my Database to show days that had reservations. Link to comment https://forums.phpfreaks.com/topic/217197-availability-booking-calendar/#findComment-1128263 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.