A simple movie ticket booking system made in PHP and MySQL
- Apache
- PHP 7
- MySQL Server
- mysqli extension
Git clone the repository in Apache's /var/www/html directory.
Launch the Apache Server along with PHP and MySQL.
Setting up MySQL requires you to open two pages one after another:
bookmymovie/setup/createDB.php
bookmymovie/setup/createTables.php
You can now browse the website from bookmymovie's root directory.
This project is still in alpha development stage so bugs and crashes are to be expected.
This project is licensed under the MIT License - see the LICENSE.md file for details