Hi,

>   The reason is, I need to check everytime the file "abcd.php"
> is
> loaded, I should be able to determine that it was loaded by
> "mnop.php"

If you include abcd.php in mnop.php
$_SERVER['SCRIPT_NAME'] equals /mnop.php for both scripts.

So you can test in abcd.php for this.

 





-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to