Movie Ticket
Booking System
CineQueues
Group No : 21
NAME ROLL NO
Chirag Pawaskar 424
Harshal Satam 438
Abdullah Shaikh 440
Divyesh Shinde 444
Guide: Prof. D.P. Kapse
Problem Statement
Creating a database for movie ticket booking system which
stores the user credentials
and keeps a track of it’s login activity
Also create a database for Admin records
Languages used
HTML
The foundation of JavaScript CSS
web development, It is a powerful and Cascading Style
employs tags to essential Sheets, plays a crucial
structure and style programming role in web
web content, language for web development by
featuring semantic development, controlling the visual
elements for enabling dynamic aspects of web
improved and interactive content, including
organization in online content. It fonts, colors, spacing,
HTML5. It adds features like and layout. It
collaborates with form validation, promotes consistency,
CSS for design and animations, and responsive design, and
JavaScript for responsiveness, enhanced user
interactivity, while making it a experience, making it
adhering to web cornerstone of web indispensable for
accessibility and development due creating modern and
validation to its ubiquity and visually appealing
standards for versatility. websites.
creating modern
web experiences.
PHP is a general-purpose scripting
language geared towards web
development. PHP code is usually
Structured query processed on a web server by a
language (SQL) is a PHP interpreter implemented as
programming language a module, a daemon or a Common
for storing and Gateway Interface (CGI)
processing information executable. On a web server, the
in a relational result of the interpreted and
database. A relational
executed PHP code which may be
database stores
information in tabular any type of data, such as form the
form, with rows and whole or part of
columns representing an HTTP response. PHP can be
different data used for many programming tasks
attributes and the outside the web context
various relationships
between the data
values. You can use
SQL statements to
store, update, remove,
search, and retrieve
information from the
database. You can also
use SQL to maintain
Previous work
Further in the project we have created databases for
a user as well as admin,
Using PHP and MySQL
Through this tables the admin can only have the
access to the user data(except the password which is
encrypted)
New users can register into the website by creating a
new unique username and a passwords
Two users cannot sign in using a single username
Also the admin requires a correct password to login
to the system
The admin can delete or remove a user details from
the database
Thank
You!