- Admin login.
- Add, Edit, and Delete categories.
- CRUD operation on movies.
- Add, Edit, Delete cinemas.
- Play movies in cinemas.
- Add, Edit, Delete celebrities.
- Add cast in movies.
- Show currently playing movies in all cinemas.
- Login and registration.
- User home.
- Movie detail.
- Show biography and filmography of celebrities.
- Seasons
- Receive payments online (Stripe & PayPal)
- Paste the folder in your htdocs (XAMPP, MAMP) or www (WAMP) folder.
- Open "system/config.php" file.
- Set the URL variable as your base path e.g. http://localhost/movie-ticket-booking-website-php-and-mysql-v3/.
- Create a new database in your phpMyAdmin named "moviepoint_v3".
- Import the "moviepoint_v3.sql" file in it.
- Set the "DB_HOST", "DB_USER", "DB_PASS", "DB_NAME" variables in "system/config.php" file.
- Run the following URL in your browser address bar to view the project:
If you face any problem, please feel free to contact us.