Re: Problems including a file referenced from SERVER['DOCUMENT_ROOT']



..oO(monomaniac21)

Why does this find the file:

<img
src="<?=$_SERVER['DOCUMENT_ROOT']?>/images/viessmann_header_logo.gif">

I really doubt that this works. Is $_SERVER['DOCUMENT_ROOT'] set at all?
Is error_reporting set to E_ALL? Why do you use unreliable short open
tags?

Micha
.