Hi all. I'm an italian guy, so sorry for my bad english. I have to realize a booking system for a hotel and i have a question. How can I connect a specific period of time with a room, so that it gets booked? In short how to realize the booking?
Printable View
Hi all. I'm an italian guy, so sorry for my bad english. I have to realize a booking system for a hotel and i have a question. How can I connect a specific period of time with a room, so that it gets booked? In short how to realize the booking?
Hotel management software is rather complex. You will need, not only PHP, but also a database to manage the records.
In the database you can create a column for times/dates.
yes, sure! I have already my database with my tables...i was thinking of how making a room booked...
Thankx
Create two extra fields.
Booked Begin
Booked End
Now, use a timestamp format with them.
Uhm..it was that easy..*blushes*...Thanks so much PeejAvery!
You're welcome.