├── Readmi ├── Description └── Source Code /Readmi: -------------------------------------------------------------------------------- 1 | Travel and tourism management system is used to book a tour from anywhere in the world by 2 | a single dynamic website which will help the user to know all about the places and tour details in a 3 | single website. The admin can add packages to the website from a certain travel agents and hotels by 4 | create a tour page. Then the users can sign in and book each project, they can be confirmed by the 5 | admin in their manage booking page. The user can see the confirmation in their my booking page. It is 6 | a easiest platform for all travelers which can be easily booked and know the all details. Tour 7 | Management system is a dynamic website for tourism business. It is dynamic and responsive web 8 | design. It is also called travel technology solution for agencies & tour operation. Nearly Everyone goes 9 | on a vacation for this ‘a Tourism management system’ would play a vital role in planning the perfect 10 | trip. The tourism management system allows the user of the system access all the details such as 11 | location, events, etc. The main purpose is to help tourism companies to manage customer and hotels 12 | etc. The system can also be used for both professional and business trips 13 | -------------------------------------------------------------------------------- /Description: -------------------------------------------------------------------------------- 1 | This project “TRAVEL AND TOURISM MANAGEMENT” is used to automate all 2 | 3 | process of the travel and tourism, which deals with creation, booking and confirmation and user 4 | 5 | details. The project is designed HTML-PHP as front end and Microsoft SQL Server 2008 as 6 | 7 | backend which works in any browsers. The coding language used HTML and PHP. Travel and 8 | 9 | tourism management system is used to book a tour from anywhere in the world by a single dynamic 10 | 11 | website which will help the user to know all about the places and tour details in a single website. 12 | 13 | The admin can add packages to the website from a certain travel agents and hotels by create a tour 14 | 15 | page. Then the users can sign in and book each project, they can be confirmed by the admin in their 16 | 17 | manage booking page. The user can see the confirmation in their my booking page. It is an easiest 18 | 19 | platform for all travelers which can be easily booked and know the all details. 20 | 21 | Tourism management system is online system which help tourists to access available 22 | 23 | packages and book without accessing offices and they have features of tracking and controlling 24 | 25 | their bookings, accessing tour history, password and profile update . The objective of this project 26 | 27 | is to develop a system that automates the processes and activities of a travel agency. In this project, 28 | 29 | We will make an easier task of searching places and for booking train, flight or bus. . In the present 30 | 31 | system a customer has to approach various agencies to find details of places and to book tickets. 32 | 33 | This often requires a lot of time and effort. We provide approach skills to critically examine how a 34 | 35 | tourist visits and its ability to operate in an appropriate way when dealing with the consequences 36 | 37 | of tourism, locally, regionally, and nationally including visitor security and ecological influences. 38 | 39 | It is tedious for a customer to plan a particular journey and have it executed properly. The project 40 | 41 | ‘Tours and Travels Management System’ is developed to replace the currently existing system, 42 | 43 | which helps in keeping records of the customer details of destination as well as payment received. 44 | 45 | This system also helps to promote responsible and interesting tourism so that people can 46 | 47 | enjoy their holidays at their favorable places. This system also helps to develop tourism with 48 | 49 | different cultures so that they enrich the tourism experience and build pride. We develop this system 50 | 51 | to create and promote forms of tourism that provide healthy interaction opportunities for tourists 52 | 53 | and locals and increase better understanding of different cultures, customs, lifestyles, traditional 54 | 55 | knowledge and believes. This system also provide a better way to connect with various events. 56 | -------------------------------------------------------------------------------- /Source Code: -------------------------------------------------------------------------------- 1 | phpMyAdmin SQL Dump 2 | 3 | version 4.9.0.1 4 | 5 | https://www.phpmyadmin.net/ 6 | 7 | Host: 127.0.0.1 8 | 9 | Generation Time: May 11, 2021 at 06:38 AM 10 | 11 | Server version: 10.3.15-MariaDB 12 | 13 | PHP Version: 7.2.19 14 | 15 | SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; 16 | 17 | SET AUTOCOMMIT = 0; 18 | 19 | START TRANSACTION; 20 | 21 | SET time_zone = "+00:00"; 22 | 23 | /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; 24 | 25 | /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; 26 | 27 | /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; 28 | 29 | /*!40101 SET NAMES utf8mb4 */; 30 | 31 | Database: `tms` 32 | 33 | Table structure for table `admin` 34 | 35 | CREATE TABLE `admin` ( 36 | 37 | `id` int(11) NOT NULL, 38 | 39 | `UserName` varchar(100) DEFAULT NULL, 40 | 41 | `Password` varchar(100) DEFAULT NULL, 42 | 43 | `updationDate` timestamp NULL DEFAULT NULL 44 | 45 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 46 | 47 | Dumping data for table `admin` 48 | INSERT INTO `admin` (`id`, `UserName`, `Password`, `updationDate`) VALUES 49 | 50 | (1, 'admin', 'f925916e2754e5e03f75dd58a5733251', '2020-05-11 11:18:49'); 51 | 52 | INSERT INTO `admin` (`id`, `UserName`, `Password`, `updationDate`) VALUES 53 | 54 | (2, 'admin', ‘anto123', '2020-05-12 11:18:49'); 55 | 56 | Table structure for table `tblbooking` 57 | 58 | CREATE TABLE `tblbooking` ( 59 | 60 | `BookingId` int(11) NOT NULL, 61 | 62 | `PackageId` int(11) DEFAULT NULL, 63 | 64 | `UserEmail` varchar(100) DEFAULT NULL, 65 | 66 | `FromDate` varchar(100) DEFAULT NULL, 67 | 68 | `ToDate` varchar(100) DEFAULT NULL, 69 | 70 | `Comment` mediumtext DEFAULT NULL, 71 | 72 | `RegDate` timestamp NULL DEFAULT current_timestamp(), 73 | 74 | `status` int(11) DEFAULT NULL, 75 | 76 | `CancelledBy` varchar(5) DEFAULT NULL, 77 | 78 | `UpdationDate` timestamp NULL DEFAULT NULL ON UPDATE current_timestamp() 79 | 80 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 81 | 82 | Dumping data for table `tblbooking` 83 | 84 | INSERT INTO `tblbooking` (`BookingId`, `PackageId`, `UserEmail`, `FromDate`, `ToDate`, 85 | 86 | `Comment`, `RegDate`, `status`, `CancelledBy`, `UpdationDate`) VALUES 87 | 88 | (1, 1, 'test@gmail.com', '2020-07-11', '2020-07-18', 'I want this package.', '2020-07-08 06:38:36', 2, 'u', 89 | 90 | '2020-07-08 06:53:45'), 91 | 92 | (2, 2, 'test@gmail.com', '2020-07-10', '2020-07-13', 'There is some discount', '2020-07-08 06:43:25', 1, 93 | 94 | NULL, '2020-07-08 06:52:44'), 95 | 96 | (3, 4, 'abir@gmail.com', '2020-07-11', '2020-07-15', 'When I get conformation', '2020-07-08 06:44:39', 97 | 98 | 2, 'a', '2020-07-08 06:49:55'); 99 | 100 | Table structure for table `tblenquiry` 101 | CREATE TABLE `tblenquiry` ( 102 | 103 | `id` int(11) NOT NULL, 104 | 105 | `FullName` varchar(100) DEFAULT NULL, 106 | 107 | `EmailId` varchar(100) DEFAULT NULL, 108 | 109 | `MobileNumber` char(10) DEFAULT NULL, 110 | 111 | `Subject` varchar(100) DEFAULT NULL, 112 | 113 | `Description` mediumtext DEFAULT NULL, 114 | 115 | `PostingDate` timestamp NULL DEFAULT current_timestamp(), 116 | 117 | `Status` int(1) DEFAULT NULL 118 | 119 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 120 | 121 | Dumping data for table `tblenquiry` 122 | 123 | INSERT INTO `tblenquiry` (`id`, `FullName`, `EmailId`, `MobileNumber`, `Subject`, `Description`, 124 | 125 | `PostingDate`, `Status`) VALUES 126 | 127 | (1, 'Jone Paaire', 'jone@gmail.com', '4646464646', 'Enquiry for Manali Trip', 'Kindly provide me more 128 | 129 | offer.', '2020-07-08 06:30:32', 1), 130 | 131 | (2, 'Kishan Twaerea', 'kishan@gmail.com', '6797947987', 'Enquiry', 'Any Offer for North Trip', '2020- 132 | 133 | 07-08 06:31:38', NULL), 134 | 135 | (3, 'Jacaob', 'Jai@gmail.com', '1646689721', 'Any offer for North', 'Any Offer for north', '2020-07-08 136 | 137 | 06:32:41', 1); 138 | 139 | Table structure for table `tblissues` 140 | 141 | CREATE TABLE `tblissues` ( 142 | 143 | `id` int(11) NOT NULL, 144 | 145 | `UserEmail` varchar(100) DEFAULT NULL, 146 | 147 | `Issue` varchar(100) DEFAULT NULL, 148 | 149 | `Description` mediumtext DEFAULT NULL, 150 | 151 | `PostingDate` timestamp NULL DEFAULT current_timestamp(), 152 | 153 | `AdminRemark` mediumtext DEFAULT NULL, 154 | 155 | `AdminremarkDate` timestamp NULL DEFAULT NULL ON UPDATE current_timestamp() 156 | 157 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1; 158 | 159 | Dumping data for table `tblissues` 160 | INSERT INTO `tblissues` (`id`, `UserEmail`, `Issue`, `Description`, `PostingDate`, `AdminRemark`, 161 | 162 | `AdminremarkDate`) VALUES 163 | 164 | (1, NULL, NULL, NULL, '2020-07-08 06:33:20', NULL, NULL), 165 | 166 | (2, NULL, NULL, NULL, '2020-07-08 06:33:56', NULL, NULL), 167 | 168 | (3, NULL, NULL, NULL, '2020-07-08 06:34:20', NULL, NULL), 169 | 170 | (4, NULL, NULL, NULL, '2020-07-08 06:34:38', NULL, NULL), 171 | 172 | (5, NULL, NULL, NULL, '2020-07-08 06:35:06', NULL, NULL), 173 | 174 | (6, 'test@gmail.com', 'Booking Issues', 'I am not able to book package', '2020-07-08 06:36:03', 'Ok, We 175 | 176 | will fix the issue asap', '2020-07-08 06:55:22'), 177 | 178 | (7, 'test@gmail.com', 'Refund', 'I want my refund', '2020-07-08 06:56:29', NULL, NULL); 179 | 180 | Table structure for table `tbltourpackages` 181 | 182 | CREATE TABLE `tbltourpackages` ( 183 | 184 | `PackageId` int(11) NOT NULL, 185 | 186 | `PackageName` varchar(200) DEFAULT NULL, 187 | 188 | `PackageType` varchar(150) DEFAULT NULL, 189 | 190 | `PackageLocation` varchar(100) DEFAULT NULL, 191 | 192 | `PackagePrice` int(11) DEFAULT NULL, 193 | 194 | `PackageFetures` varchar(255) DEFAULT NULL, 195 | 196 | `PackageDetails` mediumtext DEFAULT NULL, 197 | 198 | `PackageImage` varchar(100) DEFAULT NULL, 199 | 200 | `Creationdate` timestamp NULL DEFAULT current_timestamp(), 201 | 202 | `UpdationDate` timestamp NULL DEFAULT NULL ON UPDATE current_timestamp() 203 | 204 | ) ENGINE=InnoDB DEFAULT CHARSET=latin1 205 | --------------------------------------------------------------------------------