Movie ticket booking platform made in PHP
This is the platform for booking movie tickets. mainly only two programming languages used in this project. PHP
is used for server-side programming and MySql
for database management. this project has only two modules first one is Admin and the second one is User.
- Admin
- Admin Log in.
- Admin adds movie details.
- after that creating shows of the movie.
- User
- Search for movies.
- Check movie show's Availability.
- Book the tickets(needs to log in. if user not logged in then user login.)
- pay amount for the tickets.
For the payment process, Stripe PHP Library is used. for accessing Stripe API
- go to the Stripe PHP Library Github page.
- download the zip file.
- extract into the project file. rename the folder to stripe e.g.(movie-ticket-booking-portal-in-PHP/stripe).
- copy
require_once('stripe/init.php');
this line paste it intobook_ticket.inc.php
page. you can able to do payments using credit and debit cards.
PHP
version above7.0
.Mysql
database.