I'm trying to set up a directory structure where include files will be called from all different folder depths, so I'll need to call them absolutely like:
include('/includes/file.php');
where the above will work no matter from which level it's called. Thanks...
- Brian
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php