You can also explode the string into an array.
So if your string is file.php?r=1&x=2 you can make it file.php?1,2
So pretty much you just explode the uri and remember which array variable is which.
You can also use mod_rewrite and make it seem like all the variables are directory like...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.