SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: Oodle Search API Integration
-
Oct 12, 2006, 01:49 #1
- Join Date
- Oct 2006
- Posts
- 1
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Oodle Search API Integration
Dear Friends,
I want to integrate Oodle API search result with our website. Using either ASP or PHP.
I am using ASP 3.0 and Php version 4.3 with the XML-RPC
Is it possible you tell me how to convert the array result in xml format.
My api search link is
http://www.oodle.com/api/?partnerID=...l&itemsPerPage
=25
I don't want the array type results as showing the above link, just want to
XML format like http://www.oodle.com/opensearch?q=api
I have tried, but it's given class error, my file uploaded on http://www.webrxrefill.com/test.php.
If you know any good example so Plz help me.
Thank You
Noman
-
Oct 12, 2006, 03:29 #2
The error means it cannot find the class, look at your include file settings and try again.
Upgrading to Mysql 5? Auto-increment fields now strict
use NULL
Or zero or leave the field name out completely.
-
Oct 13, 2006, 01:52 #3
Thanks for the pm, but clicking the link you show still gives the same error. This, as I said previously seems to suffer the same fundamental, critical flaw. You calling script cannot find the xml_rpc_client class.
Fatal error: Cannot instantiate non-existent class: xml_rpc_client in /home/webrx2/public_html/test.php on line 52
First: How can you check that test.php has correctly included the file that it needs?
Is there a line like this in test.php - before line 52 ?
PHP Code:include('somefilename.php');
Upgrading to Mysql 5? Auto-increment fields now strict
use NULL
Or zero or leave the field name out completely.
Bookmarks