2013-03-09 57 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()); ?>