Is there an equivalent to Server.MapPath("MyDir\MyLocation") in php?  I've
looked in the docs and don't seem to find it.  I did find a reference to;

I believe what you're looking for is:


realpath('./')

That should do the same trick as Server.MapPath().

-Ben

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to