Can I use two GET requests in one url.
http://localhost/ecommstore/category_grid.php?pn=1.
Here pn=1 is for pagination. I want here another GET request for sub_category.
Can you please help me that how to do that and separate these two get requests correctly?