On my shopping cart, I pass variables like this:
http://www.mysite.pt/site/index.php?m=produtos&c=125&p=38and I want something more friendly, like
http://www.mysite.pt/site/something/Without showing the variable. The tricky thing is my index page loads different included pages, controlled by a switch function, and I want each of this loaded page, looking like:
http://www.mysite.pt/site/categoriesif is a category page
http://www.mysite.pt/site/productsif is a product page
http://www.mysite.pt/site/somethingif is a something page.
The page is controlled by a variable called "m".
This is quite difficult for me. I would appreciate some help.
Thank you.
Start Free Trial