2013-03-09 65 views

回答

0

只要從關鍵字刪除的空間,您可以使用進行urlencode以及

0

做兩個頁面給予名稱第一個index.php文件,第二個tracker.php和tracker.php包括到index.php中和刪除空格。

<?php include_once "tracker.php"; //add this line $test = new GoogleTracker(array('git'), 'www.kernel.org', 50); //$test->use_proxy('proxy.txt'); $test->run(); print_r($test->get_results()); echo "================<br>"; print_r($test->get_debug_info()); ?>