We’re setting off on what could be a long running project to construct a PHP Reservations web application today.
We see the crux of a reservation system as needing a …
- timeline display mechanism … today’s work … and for the future … at the very least …
- a database of some sort
- reports of sorts
- a payment system gateway arrangement … if you want online bookings to be a possibility … though we may not be doing this, because our project is fictional
So with the “timeline display mechanism” let’s use a Google Chart Timeline Chart which we …
- first mentioned with PHP/Javascript/HTML Google Chart Timeline Chart Tutorial
- last mentioned with Google Chart Select Event Calendar Timeline Post Tutorial
So here is the PHP source code you could call reservation.php and it was changed from the Timeline Chart code as per this link. Here is a live run link, as well.
We’ll be back with more.
If this was interesting you may be interested in this too.
6 Responses to Reservations Web Application Primer Tutorial