PHP mySql Web Rating

Web Rating ============= SQL ============ Database: `reg_all`

CREATE TABLE `rating` ( `id` int(11) NOT NULL, `name` varchar(100) NOT NULL, `title` varchar(100) NOT NULL, `phone` int(50) NOT NULL, `email` varchar(100) NOT NULL, `rate` varchar(50) NOT NULL, `message` text NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- -- Dumping data for table `rating` --

INSERT INTO `rating` (`id`, `name`, `title`, `phone`, `email`, `rate`, `message`) VALUES (3, 'Aprodhania', 'Designer', 1925767689, '[email protected]', 'Good', 'Good Website'), (4, 'Alimon Karim', 'Programmer', 1925767689, '[email protected]', 'Bad', 'Hello! this is not good');

-- -- Indexes for table `rating` -- ALTER TABLE `rating` ADD PRIMARY KEY (`id`);

-- -- AUTO_INCREMENT for table `rating` -- ALTER TABLE `rating` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; COMMIT; ================== Download: https://drive.google.com/open?id=1pWn0CBMPxH67YlDWxJKMppB3fU9YSTtt

More by Alamin Prodhania

View profile