I have a page whit categories. The problem that I'm facing is how to make pagination in the category? When I click for exaple 'Autos' and open images only from 'Autos' how to change next image from this category?
I have this so far but when I load category the page is blank.
Code:
$cat_id = $_GET['cat_id'];
$cat_id = mysqli_real_escape_string($con, $cat_id);
$query = "SELECT
Leave a comment: