Hi All,
I have got a requirement from a client who wants the query parameter to be hidden
in the browser. What he wants is like following.
If a url link becomes like http://mysite.com/profile.php?id=34
then it should be replaced by something like
http://mysite.com/profile.php/34 or some thing like this.
So please help me by giving some suggestions.
Thanks & Regards
codexxx
I have got a requirement from a client who wants the query parameter to be hidden
in the browser. What he wants is like following.
If a url link becomes like http://mysite.com/profile.php?id=34
then it should be replaced by something like
http://mysite.com/profile.php/34 or some thing like this.
So please help me by giving some suggestions.
Thanks & Regards
codexxx
Comment