Snippets tagged “path-info”
1 snippet uses this tag.
- PHP_SELF vs PATH_INFO vs SCRIPT_NAME vs REQUEST_URIPHP
PHP_SELF, PATH_INFO, SCRIPT_NAME, and REQUEST_URI are all superglobal variables in PHP that provide information about the current URL being requested.