$yourGoogleKey, // google developer key "q" => $q, // search query "start" => $start, // result start index "maxResults" => 10, // 10 is the maximum "filter" => false, // filtering similar entries "restrict" => "", // country and topic restrictions "safeSearch" => false, // adult content filter "lr" => "", // language restrictions "ie" => "", // deprecated and ignored parameter "oe" => "" // deprecated and ignored parameter ); $soapclient = new soapclient("http://api.google.com/search/beta2"); $result = $soapclient->call("doGoogleSearch", $parameters, "urn:GoogleSearch"); $begin = $start + 1; $end = $start + $parameters["maxResults"]; $total = $result["estimatedTotalResultsCount"]; } //---------------------------------------------------------------------------------------------- // html headers, stylesheet and search form //---------------------------------------------------------------------------------------------- ?> iTunes on the Web!

Search with website images
Display Google PageRank
  Web Search Results
Search Results for | showing to of results
 

\n"; if ($total == 0){ echo "\n"; } if ($total > 0) { $result = $result["resultElements"]; for ($i = 0; $i < $parameters["maxResults"]; $i++) { $element = $result[$i]; $url = $element["URL"]; $title = $element["title"]; $snippet = $element["snippet"]; if ($url != "") { echo "\n"; echo "\n"; } } } echo "\n"; echo "
\n"; echo "
Your search returned no results ...


Try your search on MultiZ.com.
"; if ($image == 'checked') { echo ""; } echo "".($i+$begin).". $title
$snippet
$url"; if ($pr == 'checked') { echo " "; } echo "

"; if($begin > 1) { echo "< previous 10 results | "; } echo "showing $begin to $end of $total results"; if ($end < $total) { echo " | next 10 results >"; } echo "
"; } //-------------------------------------------------- // incase of variable mistakes & defaults //-------------------------------------------------- if(!$_REQUEST['trackID']){ $_REQUEST['trackID'] = "V4514137320"; } if(!$_REQUEST['pID']){ $_REQUEST['pID'] = "46564"; } if(!$_REQUEST['yourWebsite']){ $_REQUEST['yourWebsite'] = "http://multiz.com/google"; } //---------------------------------------------------------------------------------------------- // html credits and footer ||| PLEASE DO NOT REMOVE COPYRIGHTS, Thanks ||| //---------------------------------------------------------------------------------------------- ?> Your Site Here
These Results On Your Site