Skip to content

mazonk/dwp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cinema Booking Management System

A web-based system for booking tickets and reserving seats in a cinema.

Features

  • Ticket Booking: Browse available movies and book tickets.
  • Seat Reservation: Select and reserve seats.
  • User Management: Manage customer accounts and bookings.

Installation

  1. Clone the repository: git clone https://github.com/mazonk/dwp.git
  2. Move files to your WAMP/XAMPP directory:
    • For WAMP, move the project folder to C:/wamp64/www/.
    • For XAMPP, move the project folder to C:/xampp/htdocs/.
  3. Start WAMP/XAMPP:
    • Launch WAMP or XAMPP and ensure Apache and MySQL services are running.
  4. Create a database:
    • Open phpMyAdmin (http://localhost/phpmyadmin).
    • Create a new database (e.g., cinema_booking).
    • Import the provided SQL file (if available) to set up tables.
  5. Configure the database connection:
    • In the project, find the PHP file handling database connection (e.g., config.php or db.php)
    • Update the database credentials to match your local setup: $host = 'localhost'; $db = 'cinema_booking'; $user = 'root'; $pass = ''; // (Leave empty if using XAMPP/WAMP default)
  6. Access the application:

About

School project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published