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.