-- phpMyAdmin SQL Dump -- version 4.8.3 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: May 16, 2019 at 08:22 PM -- Server version: 10.1.36-MariaDB -- PHP Version: 7.2.10 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: `shopping` -- -- -------------------------------------------------------- -- -- Table structure for table `cart` -- CREATE TABLE `cart` ( `id` int(11) NOT NULL, `user_id` int(11) DEFAULT NULL, `product_id` int(11) DEFAULT NULL, `username` varchar(50) DEFAULT NULL, `name` varchar(100) DEFAULT NULL, `total` decimal(50,0) DEFAULT NULL, `mrp` decimal(50,0) DEFAULT NULL, `price` decimal(50,0) ...
<html> <title> </title> <head> <style> body { background-color: #D2691E; } .menu1 { border: 2px solid white; background-color: #DEB887; } .menu1 ul li { list-style: none; display: inline; margin: 10px; padding: 17px; font-size: 15px; } .menu1 ul li:hover { background-color: #FFE4E1; } .nav { border: 1px solid white; background-color: #DEB887; Width: 20%; margin-top: 20px; margin: 5px; padding: 3px; float: left; } .nav ul li { margin: 20px; list-style: none; } .clr01 { border: 1px solid white; background-color: #FFE4E1; width: 90%; } .clr02 { border: 1px solid white; background-color: #FFE4E1; width: 90%; } .clr03 { border...