Re: [PHP] include path file errors

2006-04-08 Thread kmh496
2006-04-08 (토), 12:18 -0400, John Hicks 쓰시길: > kmh496 wrote: > > 2006-04-08 (토), 18:20 +0900, kmh496 쓰시길: > > > >>hi, > >>my webroot is > >> > >>/a/b/current/ > >> > >>i am in /a/b/current/d/file.php > >> > >>file.php has a line > >> > >>require_once ($_SERVER[document_root]."/d/common.php"); > >

Re: [PHP] include path file errors

2006-04-08 Thread John Hicks
kmh496 wrote: hi, my webroot is /a/b/current/ i am in /a/b/current/d/file.php file.php has a line require_once ($_SERVER[document_root]."/d/common.php"); common.php has a line which says require_once ($_SERVER[document_root]."/_common.php"); // main include file for whole site it send

Re: [PHP] include path file errors

2006-04-08 Thread John Hicks
kmh496 wrote: > 2006-04-08 (토), 18:20 +0900, kmh496 쓰시길: > >>hi, >>my webroot is >> >>/a/b/current/ >> >>i am in /a/b/current/d/file.php >> >>file.php has a line >> >>require_once ($_SERVER[document_root]."/d/common.php"); >> >>common.php has a line which says >> >>require_once ($_SERVER[document

Re: [PHP] include path file errors

2006-04-08 Thread kmh496
2006-04-08 (토), 18:20 +0900, kmh496 쓰시길: > hi, > my webroot is > > /a/b/current/ > > i am in /a/b/current/d/file.php > > file.php has a line > > require_once ($_SERVER[document_root]."/d/common.php"); > > common.php has a line which says > > require_once ($_SERVER[document_root]."/_common.ph