|
Posted by Andy Hassall on 11/05/06 21:19
On Sun, 05 Nov 2006 20:32:59 GMT, Kevin Wells <kevinwells@talktalk.net> wrote:
>In message <1162743720.693504.60190@f16g2000cwb.googlegroups.com>
> "Damo_Suzuki" <zumbar@b00mb0x.org> wrote:
>
>>how would i go about that. this is the code i have
>>
>># Set parameters
>>$parameters = array(
>> 'key'=>'xxxxxxxxxxxxxxxxxxxxxxxxxx',
>> 'q' => $queryterm,
>> 'start' => '0',
>> 'maxResults' => '10',
>
>Change the 10 to 100 in this line
Won't work, see original message and the Google SOAP API documentation.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|