Hi everyone,
Thanks for looking at my thread.
Say I have a file func.php, in the file I have a function, lets call it...
called_from_file()
Now I include and call func.php in another file called app.php, I would like for called_from_file() to know from which file I called him.
Thanks for any direction on this issue.
Regards