Server.MapPath functionality in PHP 4.0
-
Hi ASP 3.0 has the
Server.MapPath
function.. what is there a function in PHP 4.0 that does the same ? -
Hi ASP 3.0 has the
Server.MapPath
function.. what is there a function in PHP 4.0 that does the same ?It might help if you explained...what does this function do exactly??? How do I print my voice mail?
-
It might help if you explained...what does this function do exactly??? How do I print my voice mail?
Hi Assume I have C:\wwwRoot\mysite hosts the site : www.MySite.com I want to: -get the real path from a virtual path. (Get the real path of the file : www.MySite.com/index.htm should be C:\wwwRoot\mysite\index.htm) -reverse the perevious operation : (get the URL of C:\wwwRoot\mysite\index.htm assuming no virtual directories are used. thank you in advance.