I have PHP4 on both a windows IIS server and a windows apache server. The include function only works in the same directory of the file I wish to access.
ex. www.include.com/default.php all files in same directory (i guess the root)? <?php include 'test.inc' ?> everything works fine. Here's where I have the problem. Now I want to store all my includes in one directory www.include.com/inc <?php include 'inc/test.inc' ?> that doesn't work>>> Warning: Failed opening 'test.inc' for inclusion (include_path='') Can anyone help me with this??? Thanks scott -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php