Hey,
I was wonder if there is a way to show the entire url or at least evrtyhing after the domain.
for example
http://www.blah.com?func=save&type=big
I want to get $route = func=save&type=big
Now func and type could be 20 different variables so I cant build my code around that.
Any ideas?