Server : LiteSpeed System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u615232177 ( 615232177) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/u615232177/public_html/ |
<!-- Start Instagram Feed -->
<!-- <div class="instagram-box">
<div class="main-instagram owl-carousel owl-theme">
<?php
$stmt_pic = $con -> prepare('SELECT product_image FROM products ORDER BY RAND()');
$stmt_pic -> execute();
$stmt_pic -> store_result();
$stmt_pic -> bind_result($ig_pic);
$numrows_pic = $stmt_pic -> num_rows();
if($numrows_pic > 0){
while ($stmt_pic -> fetch()) {
?>
<div class="item">
<div class="ins-inner-box">
<img src="<?php echo $admin_no; ?>/assets/img/products/<?php echo $ig_pic; ?>" alt="" />
<div class="hov-in">
<a target='_blank' href="https://www.instagram.com/foodvillage"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<?php } } ?>
</div>
</div>-->
<!-- End Instagram Feed -->