Tourism Management System in PHP with Source code
Project Name | Tourism Management System -TMS | |
---|---|---|
Language Used | PHP5.6, PHP7.x | |
Database | MySQL 5.x | |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT | |
Web Browser | Mozilla, Google Chrome, IE8, OPERA | |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) | |
Last Updated | 18 September 2020 |
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
Project Demo ———————————————–
Installation Steps(Configuration)
1. Download and Unzip the file on your local system.
2. Put tms folder inside the root directory
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: anuj@gmail.com
Password: Test@123
Hello sir !
This is really very good project. Thanks for uploading this project.
in the project i am not able to login as admin.
http://localhost/tms/admin then login with valid credential
hello sir,i followed your guide steps but getting an error like this
Not Found
The requested URL was not found on this server.
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.4.13 Server at localhost Port 80
please….help me solve this
Paste only tms folder inside the root directory
Sir, I can’t able to open the project. Object not found! error will display
Follow the instructions properly.
Thanks a lot, I’ve learnt much from your work.
I am glad this help you.
I want to upload the whole website online so that some other users can access the website;.Can you help with that how to upload the same online.
What is the technology(like reactjs or angular) and framework used for this project
Developed in core PHP
Error: SQLSTATE[HY000] [1049] Unknown database ‘tms’
please help me sir as i want this project.I have followed instructions give by you than too its showing above error
Create a database tms. Then import the SQL file
Sir please help me
i couldnt run project.
Error: SQLSTATE[HY000] [1049] Unknown database ‘tms’
Looks like database connection error. check your database connection
Sir , I cant able to open the project through browser even though I typed a proper address by”http://localhost/tms/ its showing object not found
Please do check out and post it in my email
Mayurbalu10@gmail.com
copy the tms folder and paste the root directory
Sir how can I change the background colors for particular information in admin and user page.
If I do any changes using different currency ,logos etc., Nothing is reflecting.
Please do help me out
Press CtrlF5
In this project we are include a guider
No
U are really great sir…this project helped me.. Thanks a lot….
Sir please guide me to arrange Captcha for admin/sign-in/sign-up pages
OK. I will upload soon.
i am getting error in localhost
Share your error.
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
Apache/2.4.41 (Unix) OpenSSL/1.1.1d PHP/7.3.11 mod_perl/2.0.8-dev Perl/v5.16.3
when i enter localhost/tms
i am using xampp
sir,my sign in/sign up is not working.. Means if I click that.. It is not performing any action… Can u please tell me… Asap
Are you getting any error?
Like undefined variable dbh in line 8..
If I give href=includes/signin.php
It will just show the empty page with username password.
But it is not saving in manage users admin page.. Please tell
You are a really boss.
And in which file u implemented in.
In signup.php page
Hi
Can u tell me what r the ajax methods are used in tourism management system project.
why admin site is not working in any of the project? it is showing error 404.object nit found.how to solve it
Follow the instructions properly
I can’t edit content at HTML files. So where is HTML files?
Inside tms folder you will find all files.
sir i wanted to change the image present at the front page of the website “train wala” par i cant change it even after changing it in the database. And i cant find the file in which you have accessed it. index.php check krlia.please help!
You will find this image in CSS file
sir sorry to disturb you. but i cant import the database “tms” and i really need this project. please help krdo. it says import has been successfully finished, 40 queries executed. (tms.sql).
“SQL query:
—
— Database: `tms`
—
— ——————————————————–
—
— Table structure for table `admin`
—
CREATE TABLE `admin` (
`id` int(11) NOT NULL,
`UserName` varchar(100) DEFAULT NULL,
`Password` varchar(100) DEFAULT NULL,
`updationDate` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1
MySQL said:
#1046 – No database selected”
First, select the database then import the SQL file
Can u please tell me where is the trigger,assertion,stored procedures in this tourism management system .
Can u please tell me where is the trigger, assertion, stored procedures in this
Tourism management system
trigger, assertion, stored procedures not used in this project
sir I am not opening it getting error 404 local host
Follow the instruction properly
Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause , getting this error while importing database
Update your MySQL version
hello sir, the password is in this format”f925916e2754e5e03f75dd58a5733251″ which am not able to understand …. while working on front end i give a password but in backend database is gets saved in the above format .. so is there any ways of changing it or do i have to make any changes ?
Password is encrypted with md5. You have to remove md5 encryption.
The Problem has solved, but i want to ask you again please reply my question, how to add a new admin for sign in? Because i need the answer and that so important if my teacher ask to me where is the sign up id for admin thank you
Admin Login details manually entered in the data database. If you want to add new admin then use this query
INSERT INTO `admin` (`id`, `UserName`, `Password`, `updationDate`) VALUES (NULL, ‘admin2’, ‘f925916e2754e5e03f75dd58a5733251’, NULL);
User name is admin2 and password is Test@123
Why i can’t sign in admin? Always Invalid
Hello sir,
I wanna prepare this project for my college but I can’t run cause I think I cannot connect to Database, I have created and imported sql file but receives this error
Error: SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client
Please help
check your database connection.
I tried but cant do it please help
Mailed : tms Grand Total issue HELP
Thank You..extra ordinary work… one issue only..tour package Grand total not calculating anything..figured out this is a text only..any suggestion regarding calculation ..
Can you share the error at phpgurukulofficial@gmail.com
HELLO SIR
Can I clear the database for “MANAGE USERS” or any of those contents for other pages like manage booking on the admin section? What I am looking for is to clear the contents of that page so that Whatever new booking I make comes clean.
Yes. Use sql query
Truncate table table_name
can u give the full tourism management system project with travelling in php language
Download link given above you can download from there.
Can i use This Project For Commercial purpose
Yes
hey can you develop the same travel and tourism website using html, css and php. without java scripts, ajax, and j query i need a simpler website.
Sorry, no.
sir , for every package details the usd is 800 how to change that according to package
Admin can edit the package details.
Hey I need Event Ticket Booking Website using Php. Will u develop this please
I will upload soon.