hjkhjkjhkhjkgjghjhgjhgjghjhghjghjhgjjnbvnvbnvk
bnmbnmbnhjkhjkhjkhjktyutyutyuytutyutyutyhgjgjghjgjghjguytutyry
/
home
/
b4h4ej4a6kj6
/
public_html
/
kitsandcleats.in
/
Upload FileeE
HOME
<?php include('admin/functions.php'); $obj = new Operations(); $w = "where name like '%".$_POST['val']."%'"; $air = $obj->getList('products',$w); if(!$air){?> <div class="product_list_li_fetch"> <li class="<?php echo $class; ?>" data-product="no-product" style="cursor:pointer;list-style:none;width: 100%;padding:10px;"> No Product Found</li> </div> <?php }else{ $class = 'product_list_li'; foreach($air as $airport){ ?> <div class="product_list_li_fetch"> <li class="<?php echo $class; ?>" data-product="<?php echo $airport['name']; ?>" style="cursor:pointer;list-style:none;width: 100%;padding:10px;"> <?php echo $airport['name']; ?></li> </div> <?php } }?>