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.

Reply via email to