0% found this document useful (0 votes)
22 views4 pages

Project Synopsis (Khushii Nagapuree)

Uploaded by

Khushi Nagapure
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views4 pages

Project Synopsis (Khushii Nagapuree)

Uploaded by

Khushi Nagapure
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Ahmednagar Jilha Maratha Vidya Prasarak Samaj

NEW ARTS, COMMERCE AND SCIENCE COLLEGE,


AHMEDNAGAR.
(Department of BBA(CA))
PROJECT SYNOPSIS Of
Project Name

“ MY CINEMA ”
(Online Movie Ticket Booking System) By
1)Khushi Umesh Nagapure.
2)Shruti Vilas Nagapure.
For the class TYBBA(CA) Semester – V
For the Acedemic year 2024-25
Under the guidance of
Prof. Talule Sir

Project Guide HOD


Project Name
• MyCinema (Online Movie Ticket Booking System)

Objectives
• Providing information: A movie ticket booking system can provide
information such as the time a movie is playing, which seats are available,
and movie previews.
• Streamlining Operations : A movie ticket booking system can help
streaming operation and reduce wait times.
• Preventing Fraud : A movie ticket booking system can help prevent and
detect fraud.

Scope of Project
• This is a web application for buying movie tickets online. Customers can
buy tickets 24×7.
• This system is developed keeping in view of the current multiplex working
pattern. Schedule for many screens can be programmed in this
application.
• Customer can choose city and name of multiplex where they want to see
movie and get their movie timings.
• Customers can see a graphical view of the seat availability and choose
their desired seat.

• They can pay ticket amount online via credit card etc.

Tools and Technology Used


• Front End:
o HTML : Used to create the basic structure of web pages.
o CSS : Used to style the pages and make them look good. o JavaScript:
Used to make the website interactive and responsive
• Back End:
o PHP : Used for handling the behind-the-scenes operations of the
application.
o MySQL: Used to store and manage all the data, like customer
information, movie details, and payment records.

Number of Tables with Names


1. Movie Table : The movie table contains data about movies which will be
shown in the theatre such as The primary key is id, title, duration_min.
The only mandatory data is title.
2. Auditoriun Table : The auditorium table identifies all auditoriums in
theater. This table contains details about id, name, seats_no. All data is
mandatory.
3. Screening Table : This table contains data of all screenings such as id(PK),
movie_id(FK), auditorium_id(FK), screening_start.
4. Seat Table : The seat table contains a list of all seats we have in
auditoriums [ id(PK), row, number, auditorium_id(FK)]
5. reservation_type Table : The reservation_type table is a dictionary of all
reservation types (by phone, online, in person). [id(PK), reservation_type]
6. reservation and seat_reserved Table : This tables are the main tables of
our system.
In reservation Table [id(PK), Screening_id(FK),
reservation_type_id(FK),
reservation_contact, reserved, paid, active] In seat_reserved Table
[id(PK), seat_id(FK), reservation_id(FK), screening_id(FK) ]

Number of Forms with Names


1. Ticket Booking Form : For movie ticket booking,
2. Cancel a ticket Form : For cancel a ticket.
3. User Login Form : For users to securely log into the system.
Bibliography
• Brown, Lisa. Introduction to PHP and MySQL. WebTech Publishers, 2022. This
book helps understand how to use PHP and MySQL for web development.
• Green, Mark. Web Development with HTML, CSS, and JavaScript. CodeBooks,
2021. This guide explains how to use HTML, CSS, and JavaScript to build
websites.
• Official Documentation:
o PHP : PHP Documentation – Official guide for using PHP.
o JavaScript : MDN Web Docs – Resource for learning JavaScript.
o MySQL : MySQL Documentation – Official documentation for MySQL database
management.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy