Jim wrote:
Hi, Mike,
The include is more like
require "../admin/admin.php3" I don't know exactly how Apache performs
its magic so I wasn't sure that the request for an include file would
even pass through Apache's hands. In my limited world, an include
wouldn't have to involve Apache, just the file systems.
The admin.php3 seems to be 2 levels above the current dir.
What about
print realpath("../admin/admin.php3")
in the same script?
--
Regards,
Anup Shukla
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php