Authentication
How do I login?
Why can't I delete/alter a meeting?
What happens if multiple people schedule the same meeting?
How does the system work and who wrote it?
This system is modified version of the Meeting Room Booking System, which is written mostly in PHP. PHP is an open source programming language that can be embedded in web pages similar in concept to Microsoft active server pages. PHP is especially good at accessing databases.
The database used for the system is MySQL. MySQL is a very fast, multi-threaded, multi-user and robust SQL (Structured Query Language) database server that is also GPL.
The system will run on multiple platforms. This is running on a PC architeture using the Linux operating system. Linux, is a free, open source, unix-like operating system.
The web server being used is yet another piece of free, open source software. The Apache web server is the world's most popular web server.