doGoogleSearch($apikey, $searchfor, 0, 10, false, '', true, '', '', ''); echo "Gefundene Seiten: ".$result->estimatedTotalResultsCount; echo "
    "; foreach ($result->resultElements as $hit) { echo "
  1. URL."\">".$hit->title.""; echo "
    ".$hit->snippet; } echo "
"; ?>