<?php require_once 'GoogleSearchCrawler.class.php'; $i=1; $crawler = new GoogleSearchCrawler(); while($i < 200){ $crawler->DoIt('string ' . $i); $i++; //usleep('20000'); }