phpMicroproject (1)
phpMicroproject (1)
Micro-Project Report
On
“Movie Ticket Booking”
Presented By
Roll No Name of Student
112 Shivanjali Tanaji Shinde.
112 Siddhi Mahadev Kumbhar
113 Sanika Yogesh Nikam .
Guided By
Prof. Miss. Shinde S.S.
[2024-25]
Page | 1
Rayat Shikshan Sanstha’s
C E R T I FI CAT
This is to certify that
Miss Sanika Yogesh Nikam of TYCO Year (Semester VI) have successfully completed the
Micro-Project work entitled “Movie Ticket Booking system” In the Course Emerging
Trends in Computer Engineering of Program Diploma in COMPUTER Engineering
of Maharashtra State of Technical Education, Mumbai, Maharashtra State.
Date:
Place: Satara
ACKNOWLEDGEMENT
Page | 2
Special thanks to project guide Prof. Shinde S.S , who gave us the valuable
guidelines for the seminar & project work. We whole heartedly thankall the staff
members & every possible person who possibly helped us in this project.
Our sincere thanks to Prof. Devi N.B , Principal, Karmaveer Bhaurao Patil
Polytechnic, Satara, for providing us an opportunity to present & express the
ideas of our project.
Thanking You,
Miss Shivanjali Tanaji Shinde
Miss Siddhi Mahadev Kumbhar
Miss Sanika Yogesh Nikam
Undertaking by Students
We will preserve micro-project and the report in our custody till end of
completion of our program. We assure that we will produce the same whenever
we or anybody from our group will be asked to produce it without fail.
Page | 3
Page | 4
Annexure – I A
1.0Rationale:
on autopilot!
Page | 5
2 Collecting information of 16/02/24 18/02/24 Shreeja S.Sawant
project Srushti N.Phalke
Anuja S.Bhosale
Sr.
No. Name of resource / material Specification Quantity Remarks
Page | 6
Annexure – II A Page | 7
Part B – Outcome after Execution
Title of Micro-Project:
1.0 Rationale:
One of the main benefits of online booking systems is that they allow
you to accept reservations 24/7. This means that your customers can
book your tours and activities anytime, anywhere, without you having
Page | 8
Actual Procedure Followed
Sr.
No. Name of resource / material Specification Quantity Remarks
System Architecture:
Page | 9
Introduction:
Numerous people are constantly flooding movie theatres and cinemas for some entertainment daily. The
excitement of these customers can be crushed however by the long lines involved in the manual process of
booking and buying tickets. This is why many businesses are opting to invest in digital ways for customers
to access their services.
An online movie ticketing system is a digital platform that allows customers to access the services of a
business, reserve seats and buy tickets. This platform provides details such as what time a movie will be
played, what seats are available, movie previews and so much more.
There are several reasons why a business would opt for an online booking system. Some of them include;
1. Remote - An online system allows customers to access services from the comfort of their homes.
As long as a user has access to a phone or computer, they can get easy access to the services
available.
2. Minimize Traffic - Making services easily accessible to the customers means that fewer will be
coming to purchase from the ticket window. This might also cut costs for the business because they
will not need so many at the ticket windows. Employees will be able to direct their energies
elsewhere.
3. Constant Service - Online platforms don't need a break or the night off. They can run constantly,
giving every customer the benefit of accessing information at any time of the day.
4. Increased Revenue - When a business has an online service platform, there is no limit to the
number of people it can reach. It is not limited by the time either because it operates 24/7. This
means that promotions and ads can run throughout and this could potentially boost sales.
.Main Registration Page:
<?php include('header.php');?>
<link rel="stylesheet" href="validation/dist/css/bootstrapValidator.css "/>
<div class="wrap">
Page | 1
0
<div class="content-top" style="min- height:300px;padding:50px">
<div class="col-md-4 col-md-offset-
4">
heading">Register</div> <div
class="panel-body">
<form action="process_registration.php" method="post" id="form1">
<div class="form-group has- feedback">
<input name="name" type="text" size="25" placeholder="Name" class="form-control"/> <?php
$frm-
>validate("name",array("required","label"=>"Na
<option>Male</option>
<option>Female</option>
</select>
<?php $frm-
>validate("gender",array("required","label"=>"G ender")); // Validating form using form builder written in
form.php ?>
<span class="glyphicon glyphicon-user form- control-feedback"></span> </div>
<div class="form-group has-feedback">
<input name="phone" type="text" size="25" placeholder="Mobile Number" class="form- control"/> <?
php $frm-
>validate("phone",array("required","label"=>"M obile Number","regexp"=>"mobile")); // Validating form
using form builder written in form.php ?>
Page | 1
1
>validate("email",array("required","label"=>"Em ail","email")); // Validating form using form builder
written in form.php ?>
<span class="glyphicon glyphicon-envelope form-control-feedback"></span> </div>
<div class="form-group has-feedback">
<input name="password" type="password" size="25" placeholder="Password" class="form- control"
placeholder="Password" />
<?php $frm-
>validate("password",array("required","label"=>
<div class="content">
<div class="wrap">
<div class="content-top" style="min- height:300px;padding:50px"> <div
class="col-md-4 col-md-offset-
4">
heading">Register</div> <div
class="panel-body">
Page | 1
2
<form action="process_registration.php" method="post" id="form1">
<div class="form-group has- feedback">
<input name="name" type="text" size="25" placeholder="Name" class="form-control"/> <?php
$frm-
>validate("name",array("required","label"=>"Na
<option>Male</option>
<option>Female</option>
</select>
<?php $frm-
>validate("gender",array("required","label"=>"G ender")); // Validating form using form builder written in
form.php ?>
<span class="glyphicon glyphicon-user form- control-feedback"></span> </div>
<div class="form-group has-feedback">
<input name="phone" type="text" size="25" placeholder="Mobile Number" class="form- control"/> <?
php $frm-
>validate("phone",array("required","label"=>"M obile Number","regexp"=>"mobile")); // Validating form
using form builder written in form.php ?>
Page | 1
3
<div class="form-group has-feedback">
<input name="cpassword" type="password" size="25" placeholder="Password" class="form- control"
placeholder="Password" />
<?php $frm-
>validate("cpassword",array("required","label"=
>"Confirm Password","min"=>"7","identical"=>"password Password")); // Validating form using form
builder written in form.php ?>
<span class="glyphicon glyphicon-lock form- control-feedback"></span> </div>
<div class="form-group">
header('location:login.php');
}?>
</div>
<div class="content">
<div class="wrap">
<div class="content-top">
<h3>Payment</h3>
<form action="bank.php" method="post" id="form1">
<div class="col-md-4 col-md-offset-4" style="margin-bottom:50px">
<div class="form-group">
<label class="control-label">Name on Card</label>
<input type="text" class="form-control" name="name">
</div>
<div class="form-group">
<label class="control-label">Card Number</label>
<input type="text" class="form-control" name="number" required title="Enter 16 digit card number">
</div>
<div class="form-group">
<label class="control-label">Expiration date</label>
Page | 1
4
<input type="date" class="form-control" name="date">
</div>
<div class="form-group">
<label class="control-label">CVV</label>
<input type="text" class="form-control" name="cvv">
</div>
<div class="form-group">
<button class="btn btn-success">Make Payment</button>
</form>
</div>
</div>
</div>
Page | 1
5
Page | 16
<div class="clear"></div>
</div>
<?php include('footer.php');?>
</div>
<?php
empty'
},regexp: {
regexp: /^[a-zA-Z ]+$/,
alphabets'
} } },
HOME Page
Page | 18
Page | 19
ALL ACTIVITIES DATABASE
Page | 20
BOOK TICKET USING MOVIE NAME,MOVIE ID,SEAT NO
MOVIES NAMES
Page | 21
MOVIES RELASE DATES
Page | 22
MOVIE START DATE,STATUS
Page | 23
ALL AVAIBLE THERATRE
Page | 24
ALL MOVIES RETRIVE DATA
Page | 25
Teacher Evaluation Sheet
Name of Student: Shivanjali Tanaji Shinde Enrollment No.: 23210940260
Page | 26
Process assessment Product assessment Total Marks
Part A Project Part B Individual
Project Methodology Project Report / Presentation / 10
Proposal ( 2 marks ) Working Model Viva
( 2 marks ) ( 2 marks ) ( 4 marks)
Prof.Shinde S.S
Signature:_
Teacher Evaluation Sheet
Name of Student: Siddhi Mahadev Kumbhar Enrollment No.: 23210940256
Page | 27
Name of Program: Computer Engineering Semester:6
Page | 28
( 2 marks ) ( 2 marks ) ( 4 marks)
Signature:_
Teacher Evaluation Sheet
Name of Student :Sanika Yogesh Nikam Enrollment No.: 2321094057
Page | 29
Course Title: Web Based Application Development with PHP Code: 22619
Page | 30
Comments / suggestion about team work / leadership / inter-personal
communication (if any):
Prof.Shinde.S.S
Signature:
Page | 31