Re: [PHP] A question on how to get the root directory

2001-05-13 Thread Luke Welling
""C Benn"" <[EMAIL PROTECTED]> wrote: > MY QUESTION: What in PHP acts like the 'server.mappath' function in ASP? It > gives you the ability to determain the root of the web site and use it as a > reference. Is $DOCUMENT_ROOT what you are looking for. To see a list of the predefined constants, l

[PHP] A question on how to get the root directory

2001-05-12 Thread C Benn
I am new to PHP having converted from ASP (don't beat me up, it just took me a while to see the light) MY QUESTION: What in PHP acts like the 'server.mappath' function in ASP? It gives you the ability to determain the root of the web site and use it as a reference. MY PROBLEM: I have been able t