D
Douglas Maske
Guest
PHP $_SERVER["DOCUMENT_ROOT"] is empty when I run this:
<?
echo PHP $_SERVER["DOCUMENT_ROOT"]
?>
but when I view phpinfo(); the variable is set correctly for the VHOST.
How do I properly present this information to my clients scripts so that they can auto-detect web roots in their scripts?
<?
echo PHP $_SERVER["DOCUMENT_ROOT"]
?>
but when I view phpinfo(); the variable is set correctly for the VHOST.
How do I properly present this information to my clients scripts so that they can auto-detect web roots in their scripts?