<?php
// Root
var_dump([
    "script" => __FILE__,
    "request_uri" => $_SERVER["REQUEST_URI"],
    "querystring" => $_SERVER["QUERY_STRING"],
]);