Search found 2 matches
- Wed Sep 15, 2010 8:20 am
- Forum: PHP - Code
- Topic: Google AJAX api
- Replies: 2
- Views: 227
Re: Google AJAX api
Yeah, I already checked the discussion groups, but couldn't find the answer. Right now i'm using this piece of code: function getBookMarks($url, $site) { $url="http://www.google.com/search?num=10&hl=en&safe=off&q=site:$site%20$url&btnG=Search"; $useragent="Mozilla/5.0 ...
- Tue Sep 14, 2010 8:36 am
- Forum: PHP - Code
- Topic: Google AJAX api
- Replies: 2
- Views: 227
Google AJAX api
I'm using the Google AJAX api to search google from my site, now the code works, the only problem I got is that the estimate amount of results doesn't match with the normal google. <?php $apiKey = "ABQIAAAAt4f08-H084X-lC85HC1crxTb-vLQlFZmc2N8bgWI8YDPp5FEVBSak5rhmI-6wfaR89QTNpCOxJ8ZXA"; $ur...