|
Posted by Andy Hassall on 11/05/06 21:19
On 5 Nov 2006 08:22:00 -0800, "Damo_Suzuki" <zumbar@b00mb0x.org> wrote:
>how would i go about that. this is the code i have
>
># query Google
>$results = $soapclient->call('doGoogleSearch',$parameters);
Rather than just doing one query here, start a loop, and exit when there's no
more results or you've got 100 results.
Each time around, increase $parameters['start'] by 10.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|