Php versions – How to get the query string in PHP with the PHP built-in server?
I'm developing an MVC web app, and for its router to function I need to parse the query string, for which I need to load the URL into a variable in the first place. How do I achieve this with…