[PHP] Google question

2004-07-14 Thread Brian Dunning
Does anyone know a way to programmatically determine if a given URL is already in Google's index? I don't see anything like this in their documentation. Thanks, - Brian -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Google question

2004-07-14 Thread bruce
14, 2004 11:27 AM To: [EMAIL PROTECTED] Subject: [PHP] Google question Does anyone know a way to programmatically determine if a given URL is already in Google's index? I don't see anything like this in their documentation. Thanks, - Brian -- PHP General Mailing List (http://www.php.net

Re: [PHP] Google question

2004-07-14 Thread Greg Donald
On Wed, 14 Jul 2004 11:27:09 -0700, Brian Dunning [EMAIL PROTECTED] wrote: Does anyone know a way to programmatically determine if a given URL is already in Google's index? I don't see anything like this in their documentation. Thanks, The Google API allows this sort of query.

Re: [PHP] Google question

2004-07-14 Thread Brian Dunning
That's the documentation I was referring to. Are you sure? Like I said, I didn't see anything like that in there. On Jul 14, 2004, at 12:13 PM, Greg Donald wrote: On Wed, 14 Jul 2004 11:27:09 -0700, Brian Dunning [EMAIL PROTECTED] wrote: Does anyone know a way to programmatically determine if a

Re: [PHP] Google question

2004-07-14 Thread Greg Donald
On Wed, 14 Jul 2004 12:30:30 -0700, Brian Dunning [EMAIL PROTECTED] wrote: That's the documentation I was referring to. Are you sure? Like I said, I didn't see anything like that in there. I found the docs in the API download iirc. It says After you download the kit, simply unzip it and open

Re: [PHP] Google question

2004-07-14 Thread raditha dissanayake
Brian Dunning wrote: That's the documentation I was referring to. Are you sure? Like I said, I didn't see anything like that in there. using programs that do not use the google API to query google is against their terms of service. The Google API allows this sort of query.