Theme Park Management System is a simple PHP/MySQLi project that helps manages and generates the visitors’ tickets in a theme or amusement park. The system can generate a various ticket at once in different types and all of the tickets has a unique ticket number. The theme park management or administrator can set up different pricing for the rides, entrance, or promos that the park offers to the visitors. The system separates the adult and child fee for every pricing setup. The administrator user has the permission to manage all the data in the system especially the rides list and pricing list of the theme or amusement park. The system also generates a sales report for the number of tickets sold in the management’s choice of the date range.
The project was developed using HTML, PHP/MySQLi, CSS, JavaScript (jQuery/Ajax), Bootstrap and Tailwind for the design. The source code is fully functional and easy to modify or enhance. Follow the instruction below to have an actual experience using this simple project
Note: It requirea composer installed
- Download Zip file or clone project in XAMPP htdocs directory
- Download composer dependecy using below command
composer install - Open the web-server database and create a new database name it "ThemePark".
- Import the SQL file located in the database folder of the source code.
- Open a web browser and browse the project. E.g [http://localhost/Theme-Park-Management-System-master/]
License: MIT
