Booking system

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

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

Booking system

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