I've been searching, but I can't seem to find a server variable that outputs the current website.
There's: PHP_SELF, REQUEST_URI, SCRIPT_URI, and others, but they seem to give an output like:
/var/www/html/contactus.php
I just want: "contactus.php"
Is there such a variable?