Hello:
I would like to do the following:
a.php
------
include "b.php";
b.php
------
echo $PHP_SELF;
in b.php, instead show a.php as the script is executing, I want to know if
there's a way to show b.php, that is, the included file is being executed.
Regards.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

