I was wondering how to change the current language and theme without using cookies and sessions but instead use URL to parse them.
Let say I have this url in english:
mydomain.com/post.php?id=title
So changing the language into russian would be:
mydomain.com/post.php?id=title&lng=EN
Or changing the theme, you parse the url as:
mydomain.com/post.php?id=title&theme=DEF
Thanks \(^_^)/