I just ran into a somewhat strange problem with an include failing.
I have the following in my script:
include(dirname(__FILE__)."/LNScreens/LNScrMain.php");
include(dirname(__FILE__)."/LNDataBase/LNDataBase.php");
The first file is included just fine, but the LNDataBase file fails
(Failed opening for inclusion). My directory structure is:
/LNDataBase
LNDataBase.php
/LNScreens
LNScrMain.php
index.php
The file exists and it seems to be the exact same syntax as what I
used to include the other file. What else could possibly be wrong?
Thanks for any help,
Leo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php