Does anyone know of a web development toll which will tell me what physical php files are being pulled together to form the page?
Example.
I have index.php which is made up of header.php sidebar.php news.php and footer.php. Is there a tool available that’ll inform me that index.php is formed by these pages when I access it?
Add
get_included_files()into the last PHP line of your footer.php: