binay00713
Broken In
Hello everyone,How can i change the url when I am navigating from one page to another.
for example if the existing url is like "www.example.com/product.php?name=xyz&q=service" ,I want to change it to "www.example.com/product/name/xyz/q/service"
But I dont want to use .htacces. How can I do it using php functions only?
for example if the existing url is like "www.example.com/product.php?name=xyz&q=service" ,I want to change it to "www.example.com/product/name/xyz/q/service"
But I dont want to use .htacces. How can I do it using php functions only?