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>