include("cf/conn.php");
if($_SESSION[count]==""){
$_SESSION[count]=$_REQUEST['pid'];
}
if($_REQUEST[remove]<>"")
{
unset($_SESSION['ENQ'][$_REQUEST['remove']]);
}
if($_REQUEST['pid'] <>""){
$sql_cpid="select * from indexpg where id ='". $_REQUEST['pid'] ."'";
$query_cpid=mysqli_query($connect,$sql_cpid) or die(mysql_error());
$Result=mysqli_fetch_array($query_cpid);
$title= $Result['prod_name'];
$price=$Result['price'];
$code= $Result['modelno'];
$img= $Result['imgpath'];
$_SESSION['ENQ'][$_REQUEST['pid']]=array (
"product_id" => $_REQUEST['pid'],
"title"=> $title,
"price"=> number_format($price,2,'.',''),
"code"=>$code,
"img"=>$img
);
}
?>
..:: Welcome to Natura Exim ::..
| include ("top.php");?> |
| include("left.php");?> |
|
Enquiry about the product |
|
|
|