i want to create a beautiful query string from long and easily understandable query string
for example
http://www.domain.com/play.php?a=10&b=20&c=30
first of all this is vary long query string and second it is understand able that value of a,b&c.
what i want is php function which convert whole query string to a=10&b=20&c=30 to some text like f4cdret4
and then i pass same like
http://www.domain.com/play.php?q=f4cdret4
and in play.php i again convert back f4cdret4 to a=10&b=20&c=30
i am trying to find some thing like that but many days searching no success.
Thanks
This is a BAD idea from a usability perspective. I as a user would be annoyed with you. I recommend you read about URL Design.
Also, sounds like you want to keep something from the user. If so it’s not secure if you do something like