Theme Park Management System Using PHP and MYSQL
Project Name | Theme Park Management System |
---|---|
Language Used | PHP5.6, PHP7.x |
Database | MySQL 5.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
In this project there is one module i.e.
Admin
Admin:
- Dashboard: In this section, admin can see total entry ticket, normal entry tickets and water ride tickets.
- Pricing: In this Section, admin can update the price of entry ticket , normal ride and water ride ticket.
- Entry Ticket: In this section, admin can add, edit and delete the entry tickets.
- Ride Ticket: In this section, admin can add, edit and delete the normal and water ride tickets.
Admin can also update his profile, change the password and recover the password.
Some of the Project Screens
How to run the Theme Park Management System Project Using PHP and MySQL
1.Download the zip file
2.Extract the file and copy themepark folder
3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
4.Open PHPMyAdmin (http://localhost/phpmyadmin)
5.Create a database with name themeparkdb
6.Import themeparkdb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/themepark
Admin Credential
Username: admin
Password: Test@123
View Demo——————————————
Project Download Link