Problems including a file referenced from SERVER['DOCUMENT_ROOT']
- From: "monomaniac21" <mcyi2mr3@xxxxxxxxxxxxxx>
- Date: 28 Dec 2006 08:30:45 -0800
Why does this find the file:
<img
src="<?=$_SERVER['DOCUMENT_ROOT']?>/images/viessmann_header_logo.gif">
But this does not?
$right_content =
$_SERVER['DOCUMENT_ROOT']."includes/content/content.php";
include $right_content;
Regards
Marc
.
- Follow-Ups:
- Prev by Date: Re: Creating PDFs in PHP
- Next by Date: Re: Problems including a file referenced from SERVER['DOCUMENT_ROOT']
- Previous by thread: Creating PDFs in PHP
- Next by thread: Re: Problems including a file referenced from SERVER['DOCUMENT_ROOT']
- Index(es):