This is a simple Flight Booking System developed using PHP and MySQL.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- XAMPP or WampServer or any other local server with PHP and MySQL.
- Clone the repository to your local machine:
https://github.com/Jumaana-bit/DataManagement--
Start your local server (XAMPP, WampServer, etc.).
-
Import the provided SQL file into phpMyAdmin to create the necessary database:
-
Open phpMyAdmin in your browser (usually http://localhost/phpmyadmin).
-
Create a new database (e.g.,
phase2). -
Select the newly created database.
-
Import the SQL file provided (
phase2.sql). This file is located in the project's root directory. -
Open
config.phpin theincludesfolder. -
Update the database connection details if necessary. You may need to modify the host, username, password, and database based on your local setup.
- Open the project in your web browser:
http://localhost/DataManagement-/home.php- Fill in the required information:
- Start by entering IATA codes for the departure and destination airports (e.g., YYZ -> DXB).
- The date range between departure and return should not exceed 30 days.
- Explore the system:
- Complete the booking process by entering passenger details and making the payment.
- View your booking details and download the boarding pass.
- PHP
- MySQL
- HTML/CSS
- Bootstrap (for styling)