Tourism
Tourism
SET AUTOCOMMIT = 0;
START TRANSACTION;
Table 1 :
CREATE TABLE `admin` (
Table 2:
CREATE TABLE `tblbooking` (
(1, 1, '[email protected]', '2020-07-11', '2020-07-18', 'I want this package.', '2020-07-08 06:38:36', 2, 'u',
'2020-07-08 06:53:45'),
Table 3:
CREATE TABLE `tblenquiry` (
(1, 'Jone Paaire', '[email protected]', '4646464646', 'Enquiry for Manali Trip', 'Kindly provide me more
offer.', '2020-07-08 06:30:32', 1),
(2, 'Kishan Twaerea', '[email protected]', '6797947987', 'Enquiry', 'Any Offer for North Trip', '2020-07-08
06:31:38', NULL),
(3, 'Jacaob', '[email protected]', '1646689721', 'Any offer for North', 'Any Offer for north', '2020-07-08
06:32:41', 1);
Table 4:
CREATE TABLE `tblissues` (
(6, '[email protected]', 'Booking Issues', 'I am not able to book package', '2020-07-08 06:36:03', 'Ok, We
will fix the issue asap', '2020-07-08 06:55:22'),
(7, '[email protected]', 'Refund', 'I want my refund', '2020-07-08 06:56:29', NULL, NULL);
Table 5:
CREATE TABLE `tblpages` (
(3, 'aboutus', '<div><span style=\"color: rgb(0, 0, 0); font-family: Georgia; font-size: 15px; text-align:
justify; font-weight: bold;\">Welcome to Tourism Management System!!!</span></div><span
style=\"font-family: "courier new";\"><span style=\"color: rgb(0, 0, 0); font-size: 15px; text-
align: justify;\">Since then, our courteous and committed team members have always ensured a
pleasant and enjoyable tour for the clients. This arduous effort has enabled Shreya Tour & Travels to
be recognized as a dependable Travel Solutions provider with three offices Delhi.</span><span
style=\"color: rgb(80, 80, 80); font-size: 13px;\"> We have got packages to suit the discerning
traveler\'s budget and savor. Book your dream vacation online. Supported quality and proposals of our
travel consultants, we have a tendency to welcome you to decide on from holidays packages and
customize them according to your plan.</span></span>'),
Table 6:
CREATE TABLE `tbltourpackages` (
(1, 'Swiss Paris Delight Premium 2020 (Group Package)', 'Group Package', 'Paris and Switzerland', 6000, '
Round trip Economy class airfare valid for the duration of the holiday - Airport taxes - Accommodation
for 3 nights in Paris and 3 nights in scenic Switzerland - Enjoy continental breakfasts every morning -
Enjoy 5 Indian dinners in Mainland Europe - Exp', 'Pick this holiday for a relaxing vacation in Paris and
Switzerland. Your tour embarks from Paris. Enjoy an excursion to popular attractions like the iconic Eiffel
Tower. After experiencing the beautiful city, you will drive past mustard fields through Burgundy to reach
Switzerland. While there, you can opt for a tour to Interlaken and then to the Trummelbach Falls.
Photostop at Zurich Lake and a cable car ride to Mt. Titlis are the main highlights of the holiday.',
'1581490262_2_1.jpg', '2020-07-08 05:21:58', NULL),
(2, 'Bhutan Holidays - Thimphu and Paro Special', 'Family Package', 'Bhutan', 3000, 'Free Wi-fi, Free
Breakfast, Free Pickup and drop facility ', 'Visit to Tiger\'s Nest Monastery | Complimentary services of a
Professional Guide', 'BHUTAN-THIMPU-PARO-PUNAKHA-TOUR-6N-7D.jpeg', '2020-07-08 05:37:40',
'2020-07-08 06:09:01'),
(3, 'Soulmate Special Bali - 7 Nights', 'Couple Package', 'Indonesia(Bali)', 5000, 'Free Pickup and drop
facility, Free Wi-fi , Free professional guide', 'Airport transfers by private car | Popular Sightseeing
included | Suitable for Couple and budget travelers', '1583140977_5_11.jpg', '2020-07-08 05:41:07',
'2020-07-09 05:23:27'),
(4, 'Kerala - A Lovers Paradise - Value Added', 'Family Package', 'Kerala', 1000, 'Free Wi-fi, Free pick up
and drop facility,', 'Visit Matupetty Dam, tea plantation and a spice garden | View sunset in Kanyakumari
| AC Car at disposal for 2hrs extra (once per city)', 'images (2).jpg', '2020-07-08 05:45:58', NULL),
(5, 'Short Trip To Dubai', 'Family', 'Dubai', 4500, 'Free pick up and drop facility, Free Wi-fi, Free breakfast',
'A Holiday Package for the entire family.', 'unnamed.jpg', '2020-07-08 05:49:13', NULL),
(6, 'Sikkim Delight with Darjeeling (customizable)', 'Group', 'Sikkim', 3500, 'Free Breakfast, Free Pick up
drop facility', 'Changu Lake and New Baba Mandir excursion | View the sunrise from Tiger Hill | Get
Blessed at the famous Rumtek Monastery', 'download (2).jpg', '2020-07-08 05:51:26', NULL),
(7, '6 Days in Guwahati and Shillong With Cherrapunji Excursion', 'Family Package', 'Guwahati(Sikkim)',
4500, 'Breakfast, Accommodation » Pick-up » Drop » Sightseeing', 'After arrival at Guwahati airport
meet our representative & proceed for Shillong. Shillong is the capital and hill station of Meghalaya, also
known as Abode of Cloud, one of the smallest states in India. En route visit Barapani lake. By afternoon
reach at Shillong. Check in to the hotel. Evening is leisure. Spent time as you want. Visit Police bazar.
Overnight stay at Shillong.', '95995.jpg', '2020-07-08 05:54:42', NULL),
(8, 'Grand Week in North East - Lachung, Lachen and Gangtok', 'Domestic Packages', 'Sikkim', 4500, 'Free
Breakfast, Free Wi-fi', 'Changu Lakeand New Baba Mandir excursion | Yumthang Valley tour |
Gurudongmar Lake excursion | Night stay in Lachen', 'download (3).jpg', '2020-07-08 06:05:24', NULL),
(9, 'Gangtok & Darjeeling Holiday (Without Flights)', 'Family Package', 'Sikkim', 1000, 'Free Wi-fi, Free
pickup and drop facility', 'Ideal tour for Family | Sightseeing in Gangtok and Darjeeling | Full day
excursion to idyllic Changu Lake | Visit to Ghoom Monastery',
'1540382781_shutterstock_661867435.jpg.jpg', '2020-07-08 06:07:48', NULL);
Table 7:
CREATE TABLE `tblusers` (