Booking system, multiple days, unique booking

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
samuelf
Forum Newbie
Posts: 2
Joined: Sat Feb 09, 2008 8:45 pm

Booking system, multiple days, unique booking

Post by samuelf »

Hi,

I'm looking to design a system that will allow people to book cars.

Do you have any suggestions on how to go about these functionalities:

1. Allow booking to occur over multiple days, listing in a week view (like listing all hours for every day in the week and higlighting the hours that are alreay booked)
2. Only allowing the cars to be booked once during a specific timeperiod per car.

Thanks!
Post Reply