How am I able to create a variable that shows what php file I am in via the web?
$_SERVER["PHP_SELF"] Simply returns the file you're currently in.