Search Example

"Jongilanga Guma" <[email protected]> Tue, 21 Aug 2007 21:54:19 +0200
Newsgroups gmane.comp.php.xml-rpc
Message-ID <[email protected]>
Hello,

I need a php example script that does a search, I have a pool on
bookings.com where I can search for hotel bookings country, cities,
etc. I am a newbie on xml.

I have my methods for example bookings.getCountries, that returns:
<methodResponse>
<param>
<params>
<value>
<struct>
<member><name>name</name>
<value><string>New Zealand</string></value>
</member>
<member><name>languagecode</name>
<value><string>da</string></value>
</member>
</struct>
</value>
</params>
</param>
</methodResponse>

Apologizes if this is not irrelevant to this list,

Regards,
Jongi