hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
www.hotelnewadarsh.com
/
Upload FileeE
HOME
-- phpMyAdmin SQL Dump -- version 4.9.11 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Apr 01, 2023 at 08:51 AM -- Server version: 5.7.23-23 -- PHP Version: 7.4.33 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `hotelnew_newadarsh` -- -- -------------------------------------------------------- -- -- Table structure for table `admin` -- CREATE TABLE `admin` ( `id` int(11) NOT NULL, `uname` varchar(255) NOT NULL, `password` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `admin` -- INSERT INTO `admin` (`id`, `uname`, `password`) VALUES (1, 'new@adarsh', '5e95520853cc5ee25f8df43f99b77788'); -- -------------------------------------------------------- -- -- Table structure for table `md_thought` -- CREATE TABLE `md_thought` ( `id` int(11) NOT NULL, `thought` varchar(5000) NOT NULL, `date` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `md_thought` -- INSERT INTO `md_thought` (`id`, `thought`, `date`) VALUES (1, ' We continue to provide best of services at our hotel & cuisines in our multi specialty restaurant for your best holiday experience, taste and comforts. We always wish that you visit Manali year after year with same excitement and for wonderful time here! We continue to provide best of services at our hotel & cuisines in our multi specialty restaurant for your best holiday experience, taste and comforts. We always wish that you visit Manali year after year with same excitement and for wonderful time here!\r\n We continue to provide best of services at our hotel & cuisines in our multi specialty restaurant for your best holiday experience, taste and comforts. We always wish that you visit Manali year after year with same excitement and for wonderful time here! We continue to provide best of services at our hotel & cuisines in our multi specialty restaurant for your best holiday experience, taste and comforts. We always wish that you visit Manali year after year with same excitement and for wonderful time here!', '2016-02-12'), (5, 'We continue to provide best of services at our hotel & cuisines in our multi specialty restaurant for your best holiday experience, taste and comforts. We always wish that you visit Manali year after year with same excitement and for wonderful time here.!', '2016-02-12'); -- -------------------------------------------------------- -- -- Table structure for table `offer_text` -- CREATE TABLE `offer_text` ( `id` int(11) NOT NULL, `text` varchar(5000) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `offer_text` -- INSERT INTO `offer_text` (`id`, `text`) VALUES (1, 'Offer: With good services , Hotel New Adarsh makes an ideal stay. Within market reach tourists can find many things within their command.'); -- -------------------------------------------------------- -- -- Table structure for table `package` -- CREATE TABLE `package` ( `id` int(11) NOT NULL, `title` varchar(1000) NOT NULL, `line1` varchar(1000) NOT NULL, `line2` varchar(1000) NOT NULL, `date` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `package` -- INSERT INTO `package` (`id`, `title`, `line1`, `line2`, `date`) VALUES (1, 'Deluxe Rooms', 'Post 25th April @ 2475/- ', 'Check In & Out Time 12:00 Noon', '2016-03-16'), (3, 'Super Deluxe Rooms', 'Post 25th April @ 2875/- ', 'Check In & Out Time 12:00 Noon', '2016-03-16'); -- -------------------------------------------------------- -- -- Table structure for table `package_text` -- CREATE TABLE `package_text` ( `id` int(11) NOT NULL, `text` varchar(5000) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `package_text` -- INSERT INTO `package_text` (`id`, `text`) VALUES (1, 'Package: With good services , Hotel New Adarsh makes an ideal stay. Within market reach tourists can find many things within their command.'); -- -- Indexes for dumped tables -- -- -- Indexes for table `admin` -- ALTER TABLE `admin` ADD PRIMARY KEY (`id`); -- -- Indexes for table `md_thought` -- ALTER TABLE `md_thought` ADD PRIMARY KEY (`id`); -- -- Indexes for table `offer_text` -- ALTER TABLE `offer_text` ADD PRIMARY KEY (`id`); -- -- Indexes for table `package` -- ALTER TABLE `package` ADD PRIMARY KEY (`id`); -- -- Indexes for table `package_text` -- ALTER TABLE `package_text` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `admin` -- ALTER TABLE `admin` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `md_thought` -- ALTER TABLE `md_thought` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6; -- -- AUTO_INCREMENT for table `offer_text` -- ALTER TABLE `offer_text` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `package` -- ALTER TABLE `package` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4; -- -- AUTO_INCREMENT for table `package_text` -- ALTER TABLE `package_text` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;