Re: not sure, what now

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux