hello!
i got a $file variable (FILE😉 but i got it in include.inc, and the output is "The files name is: path/include.inc, not index.php that i want the output to be. what can i do?
thanks
IN your 'main' script do something like: $sMainFile = FILE;
then in your include you can print that var instead of FILE.