PDA

View Full Version : Google search API


ShMiL
05-24-2006, 12:30 AM
I've been trying desperately to make the google results show on my page.
I used the script given here:
http://www.tele-pro.co.uk/scripts/google/googlesearch_code.htm

but it seems that the array that GoogleResults returns, is empty.

Can anyone help?

Thanks

degsy
05-24-2006, 04:17 PM
Do you have a Google Account & Key?

What are you sending to the function?

ShMiL
05-24-2006, 04:21 PM
I do have an account and key.

I call the function like this:

a = GoogleResults("dog","MY KEY HERE",0)

I don't get any error, but when i try this:

for i = 0 to ubound(a)
response.write a(i,0) &"<BR>"
next

nothing comes out.

ShMiL
05-27-2006, 07:37 PM
could anyone help me with that?
maybe ppl who already got the google search to work?

Thanks.