<?php
ob_start();
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
include "admin/include/config.php";
include "temp_config.php";
//session_start();
$tmp = $_SESSION['tmp_id'];
$cartsql = mysql_query("SELECT * FROM `cart` WHERE `temp_id` = '$tmp'");
$cartnum = mysql_num_rows($cartsql);
// For Check the cart is empty or not...
ob_end_flush();
?>
<!DOCtype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-control" content="no-cache">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Provisional Cart</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<meta name="google-translate-customization" content="eea09d3bd0adcb0b-9cf911aa5a3a0bc8-ge2e6350b9a611e3c-1d"></meta>
</head>
<body>
<div class="container header">
<div class="row">
<div>
<div class="logo">
<a href="index.php"><img src="images/ps-logo.png" class="logo"/></a>
</div>
</div>
</div>
</div>
<div class="container body">
<div class="row">
<div>
Brilliant_1 0 Newbie Poster
DaveAmour 160 Mmmmmm beer Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.