0% found this document useful (0 votes)
582 views2 pages

Tourism Management System in PHP With Source Code

The document describes a tourism management system project built with PHP, MySQL, HTML, CSS, and JavaScript. It includes modules for admin, users and guests. The admin can manage packages, users, bookings and more. Users can register, login, book tours, and view their bookings. Guests can browse the site and submit inquiries. Installation instructions are provided.

Uploaded by

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

Tourism Management System in PHP With Source Code

The document describes a tourism management system project built with PHP, MySQL, HTML, CSS, and JavaScript. It includes modules for admin, users and guests. The admin can manage packages, users, bookings and more. Users can register, login, book tours, and view their bookings. Guests can browse the site and submit inquiries. Installation instructions are provided.

Uploaded by

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

Tourism Management System in PHP

with Source code


BY ANUJ KUMAR

Tourism Management System -TMS


Project Name

PHP5.6, PHP7.x
Language Used

MySQL 5.x
Database

HTML, AJAX,JQUERY,JAVASCRIPT
User Interface Design

Mozilla, Google Chrome, IE8, OPERA


Web Browser

XAMPP / Wamp / Mamp/ Lamp (anyone)


Software

Last Updated 06 June 2021

Table of Contents [hide]

 1 Modules of Tourism Management System in PHP

o 1.1 Some of the Project Screens

 2 Installation Steps(Configuration)

o 2.1 Purchase Project Report

Modules of Tourism Management System in PHP


 Admin
 Users
 Guest users
Users—
 User can register yourself.
 User can log in with valid email and password.
 Forgot Password(user Can recover own password)
 Tour Booking
 Manage Booking
 Generate Ticket(Regarding Complaint)
 change Password
Admin–
 Admin can create Package
 Manage packages(Create,Update)
 Manage Users
 Manage Inquiries
 Manage issues
 Manage Booking
 Manage Pages
 Change Password
 Admin Dashboard
Guest users—
 Visit the Website
 Guest user can enquiry

Installation Steps(Configuration)
1. Download and Unzip the file on your local system.
2.Copy tms folder and tms folder inside root directory (for xampp xampp/htdocs, for wamp
wamp/www, for lamp var/www/HTML)

Database Configuration
Open PHPMyAdmin
Create Database tms
Import database tms.sql (available inside the zip package)
Open Your browser put inside browser “http://localhost/tms”
Login Details for admin : 
Open Your browser put inside browser “http://localhost/tms/admin”

Username: admin
Password: Test@123
Login Details for user: 
Open Your browser put inside browser “http://localhost/tms/”

Username: [email protected]
Password: Test@123

You might also like