Hi,
I'm running PHP 4.3.10 on Windows XP (IIS) and I'm having problem with the global variable $DOCUMENT_ROOT.
If I for example write:
<?php
echo $DOCUMENT_ROOT;
?>
I get the error: Undefined variable: DOCUMENT_ROOT
Have I forgot to enable something?
// Max