Looping to get more than 10 results.

Discussion in 'Google API' started by KC TAN, Aug 27, 2006.

  1. #1
    Hi all,

    I am currently playing with the Google API using PHP and would like to get all the results and save into results array:
    
    //some control statement here..
    
    //query Google
    $results = $soapclient->call('doGoogleSearch',$parameters); 
    
    //end of control statement
    
    PHP:
    I would appreciate if anyone can help out in an efficient loop that will stop looping when there is no more results.

    Any help / advice will be greatly appreciated.
    Thank you.
     
    KC TAN, Aug 27, 2006 IP