I’m making a reservation system in PHP and MySQL. So far the resevation system is working, it shows the item which is reserved and between what dates.
All I need to do now is to show this in a nice calendar-look view so the user can see which items are reserved for which date and time, it’s alot better than echoing out the starting and ending dates of the reservation items and order by the dates… Something like an agenda…
I’m looking around on the internet now for a while, but not with much success.
If someone happens to knows any good tutorials around, I’d love to hear.
I found a great ‘jQuery Week Calendar’, perfect for my need! Events are set by single line of codes. By writing one line to this eventfile when I’m reserving an item, the reservation will be shown on the calendar by day and hour.
EDIT: The calendar can be found here: https://github.com/robmonie/jquery-week-calendar