To be more specific:

Based on error message you posted:

#Start from server root:
include($_SERVER['DOCUMENT_ROOT'].'/inc/siteconfig.php');

Hth,
gl, M

On Feb 25, 2006, at 7:31 PM, Michael Hulse wrote:

Try changing all includes that look like this:

include('/folder/file.php');

... to this:

include($_SERVER['DOCUMENT_ROOT'].'/folder/file.php');

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

Reply via email to