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? Quote Link to comment 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... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.