Booking Script

Discussion in 'PHP' started by Hades, Apr 3, 2012.

  1. #1
    Hi There,

    I'm looking for a booking script that uses PHP/MySQL. I've looked all over but can't find one that does what I need it to do. I require the script to be modifiable, so I can add any info to the event add page that I need. Also, I need to display information on each date for which there is a reservation. I don't have a picture, but this is what it would look like coded in html:

    <div class="date">
    <span class="day">25</span>

    <span class="number-of-people">This is going to be a number that is specified in the add event page, when a person adds the event, so the number of people will show up. There's a limited number of space available for people so this needs to be visible on the main page</span>

    </div>
     
    Hades, Apr 3, 2012 IP
  2. ryan_uk

    ryan_uk Illustrious Member

    Messages:
    3,983
    Likes Received:
    1,022
    Best Answers:
    33
    Trophy Points:
    465
    #2
    You could use Drupal (a content management system) and the Contemplate module to do this.
     
    ryan_uk, Apr 3, 2012 IP