Hello,
I have a page (product.php) with image link which passing a value (catalog.php?cat=11987) to a page catalog.php. on catalog.php i am getting the value ($cat=$_GET['cat'].
with this value I have used pagination on catalog.php.
everything is fine one first page but when i clion on NEXT or page number 2 i get nothing. i understand why is happening. i think as catalog.php is getting the value from product.php and when i click page 2 or next page my query doesn't have this value.
can anyone please help me to fix this. how can i hold this value for my pagination query. pls need help. thanks.