|
-
August 28th, 2007, 12:03 PM
#1
Booking system- how to???
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?
-
August 28th, 2007, 12:10 PM
#2
Re: Booking system- how to???
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.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
August 28th, 2007, 12:14 PM
#3
Re: Booking system- how to???
yes, sure! I have already my database with my tables...i was thinking of how making a room booked...
Thankx
-
August 28th, 2007, 12:30 PM
#4
Re: Booking system- how to???
Create two extra fields.
Booked Begin
Booked End
Now, use a timestamp format with them.
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
-
August 28th, 2007, 12:50 PM
#5
Re: Booking system- how to???
Uhm..it was that easy..*blushes*...Thanks so much PeejAvery!
-
August 28th, 2007, 01:09 PM
#6
Re: Booking system- how to???
If the post was helpful...Rate it! Remember to use [code] or [php] tags.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|