Getting the Physical path from virtual path by using Server Mappath object in ASP

In VBScript used in ASP environment, MapPath method returns the physical path of the file or directory from the virtual path. As we setup a site in a remote server we don’t have access to the server root path of our site in case of shared hosting. As our site is stored inside a particular [...]

Connecting MySQL From PHP

Hi,
Although many of you know how to connect MySQL Server which is Running on your machine (localhost) or to any other server from a PHP Code, but I think I can write a few lines for those who does not know how to do it.
If you are very much new to PHP and wondering about [...]