nadavvin Posted May 10, 2007 Share Posted May 10, 2007 Hello If I have a file which include other file, can I know from the other file which file include it? I can use $_SERVER['PHP_SELF'] but it's only help if there is one level of include files. What if I have more? For example: file a.php include b.php which include c.php and I know only the exist of c.php, Can I know which is b.php? Link to comment https://forums.phpfreaks.com/topic/50771-is-there-any-function-to-know-from-which-file-some-file-include/ Share on other sites More sharing options...
ToonMariner Posted May 10, 2007 Share Posted May 10, 2007 I am not aware of any BUT there must be a way. Zend Platform is a server managment app (commercial so you have to pay for it although you can get a developers lisence for 1 year or a 30 day trial) that monitors your entire server and scripts. It tells you which scripts where called from where and LOADS of other useful tools... Link to comment https://forums.phpfreaks.com/topic/50771-is-there-any-function-to-know-from-which-file-some-file-include/#findComment-249605 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.