Re: [PHP-INSTALL] Problems with $DOCUMENT_ROOT being blank

2003-08-31 Thread Edgar Bonet
On Saturday August 30, 16:03, brad e wrote: > When i echo $DOCUMENT_ROOT i get nothing (literally ''). Try using HTTP_SERVER_VARS["DOCUMENT_ROOT"], or use phpinfo() to see what is the right name of the variable. You may also try to register_globals = On on your php.ini. Edgar.

[PHP-INSTALL] Problems with $DOCUMENT_ROOT being blank

2003-08-30 Thread brad e
I set up a PHP4.3.3/mySQL4.0.14/Apache2.0.47 server and everythign is configured and running properly. i tested php with some scripts and functions and they all work. When i try and do any file editing/including in scripts i get file not found errors all over the place when i open like $DOCUMENT_RO