Hello,
how can i output the file name and/or path of a php file the is open?
For example, /home.php is open by user, PHP outputs ontop of page: /home.php
or if, /members/account.php is open, it outputs either /members/account.php at top of page, or just /account.php. This is instead of me having to type each file name into each page myself.
Thanks