Hi all. It just so happened that I need to parse a search result on Google Images.
Dug they have an IPA, but not quite understand how to use the parameter 'start'.
Current code:
function doGoogle($resultStorage, $query, $numImages)
{
$i = $k = $n = 0;
while(count($resultStorage) < $numImages)
...