Integrate Bing Maps with PHP
Microsoft provides Virtual Earth Integration Kit for PHP to integrate Bing Map Applition into PHP pages. Microsoft’s Virtual Earth is an example of an element of the Microsoft platform which can be consumed by and integrated into PHP web sites. The Virtual Earth API is exposed through a Javascript library making it straightforward to integrate into any web based application. There are multiple choices for environment set up: Linux/Apache, Windows/Apache or Windows/IIS. Both IIS and Apache use port 80 as default port. Therefore, if you have both server running on your machine, you may want to change one of the port to avoid conflict. Also, you will need PHP 5.2 and MySql for set-up. ...