If my web application is in D:/project/proj1
How do I get the the server path in my coding? In ASP, it is server.mappath , and it will return me D:/project/proj1.
And is it possible to get the application name in php? In this example, the application name is proj1.