I want to hide the query string from the url eg
http://example.com/productlist/id=2/pageno/3
My url should look like
http://example.com/productlist
I want to hide the query string from the url eg
http://example.com/productlist/id=2/pageno/3
My url should look like
http://example.com/productlist
Copyright © 2021 Jogjafile Inc.
you have to pass your data by HTTP POST. and don't use GET method.