Posted on October 15, 2007 by ubk
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 [...]
Filed under: Microsoft Track, Scripts | Tagged: asp, mappath, server, virtual path, wwwroot | Leave a Comment »
Posted on October 15, 2007 by ubk
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 [...]
Filed under: Php-MySQL | Tagged: apache, connection, mysql, mysql_connect, mysql_dll, mysql_error, mysql_select_db, php | Leave a Comment »