When using the PHP include, how can I find out which file is calling the include? In short, what is the parent\'s file filename?
include
Got this from here: https://stackoverflow.com/a/35622743/9270227
echo "Parent full URL: "; echo $_SERVER["SCRIPT_FILENAME"] . '';