@ -197,7 +197,7 @@ class Welcome extends CI_Controller {
public function count_http_of_href() {
$data['all_information'] =
$this->Information_model->search_all_text($http_host, 2000);
$this->Information_model->search_all_text('http://www.chinahighlights.com/', 2000);
echo 'count: '.count($data['all_information']).'<br/>';
}