this is driving me crazy.
this works:
Code:
<?php echo phpinfo(); ?>
this, does not:
Code:
<?php echo("doc_root: >" . $DOCUMENT_ROOT ."<"); ?>
it prints out:
Code:
doc_root: ><
can anyone tell me why?
i'm using gentoo with mod_php-4.3.1-r1 and apache-2.0.44
thanks,
/keith