|
Posted by jussist@gmail.com on 11/06/06 13:01
**
'start' => '0'
**
means the first page
**
'start' => '10'
**
means the second page
right?
Andy Hassall wrote:
> 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
Navigation:
[Reply to this message]
|