db->where('ip',$ip)->get('tempo')->num_rows();
?>
View Cart()
View Product
db->where('id',$_REQUEST['id'])->get('items')->result() as $row){
$cat=$row->category;
$price=$row->price;
if($price<1){
$price='Price Not Added';
}
?>
category!=''){?>
name;?>
category;?>
Product Descriptions
description;?>
+add
Related Product
db->where('category',$cat)->limit(10)->get('items')->result() as $row){
$price=$row->price;
if($price<1){
$price='Price Not Added';
}
?>
All Products
db->get('items')->result() as $row){
$price=$row->price;
if($price<1){
$price='Price Not Added';
}
?>