Hi there I am a new at this website, thanks for helping me...
I have this code:
<?php
$select_active_shopes="SELECT tbl_shopkeepers_info.*, tbl_active_shopkeepers.* FROM tbl_shopkeepers_info
INNER JOIN tbl_active_shopkeepers ON(tbl_active_shopkeepers.shopkeeper_id=tbl_shopkeepers_info.shopkeeper_id)
ORDER BY tbl_active_shopkeepers.active_shopkeeper_id DESC";
$rs_active_shopes=mysqli_query($link,$select_active_shopes) or die(mysqli_error($link));
?>
<div class="container-fluid text-center my-3">
<h2 class="font-weight-light"></h2>
<