Queries MSN Search API

[hide=20][code]<?php
/**
* This set of functions queries MSN Search API.
*
* This is a single php page and set of functions that, when given the right
* data will return a set of formatted MSN search results. Requires NuSOAP,
* located at http://sourceforge.net/projects/nusoap/.
* Stick this file into a folder in your server along with NuSOAP
* library and point your browser there for action. Don&#39;t forget to get
* an MSN Application ID (see http://search.msn.com/developer)
*
* Read the related blog post here:
* http://www.fiftyfoureleven.com/weblo...msn-search-api
*
* @author: Mike Papageorge, http://www.fiftyfoureleven.com/contact
* @lastUpDate: 14/11/2005
* @license: http://creativecommons.org/licenses/by/2.5/
* @location: http://www.fiftyfoureleven.com/site/...api-sample.txt
*/