hii,
i want to integrate google or yahoo custom search in my website,
anyone please give me an idea..
many regards,
google or yahoo custom search using php
Moderator: General Moderators
- pavanpuligandla
- Forum Contributor
- Posts: 130
- Joined: Thu Feb 07, 2008 8:25 am
- Location: Hyderabad, India
- greyhoundcode
- Forum Regular
- Posts: 613
- Joined: Mon Feb 11, 2008 4:22 am
Re: google or yahoo custom search using php
Check out Yahoo BOSS developer.yahoo.com/search/boss/. It's quite straightforward and you aren't limited to a maximum number of queries per day. We implemented a search tool with BOSS recently, had to say for ease of use we were very impressed.
It works using REST so you send key/value pairs as Get data to the URI they specify, and they return some XML with the search results.
Also you can brand it however you want unlike (I believe) Google's custom search.
It works using REST so you send key/value pairs as Get data to the URI they specify, and they return some XML with the search results.
Also you can brand it however you want unlike (I believe) Google's custom search.