"; echo "Google rejected the request! :C"; echo "

"; die(); } $htmlDom = new DOMDocument; @$htmlDom->loadHTML($response); $xpath = new DOMXPath($htmlDom); switch ($type) { case 0: return text_results($xpath); case 1: return image_results($xpath); default: return text_results($xpath); } } ?>