PHP-Code:
// check Google
$source = 'http://www.google.com/search?hl=en&lr=&ie=UTF-8&q=link%3A'.$target;
$data['Google'] = array(fetch($source, 'of about', 9, 'linking', 'did not match any documents'), $source);
PHP-Code:
// check MSN Search
$source = 'http://search.msn.com/results.aspx?FORM=MSNH&srch_type=0&q=link%3A'.$target;
$data['MSN Search'] = array(fetch($source, 'web results1-', 18, 'containing', "couldn't find any sites containing"), $source);
Array
(
[Google] => Array
(
[0] => 199,000
[1] => http://www.google.com/search?hl=en&l...3Awww.ebay.com
)
[MSN Search] => Array
(
[0] =>
[1] => http://search.msn.com/results.aspx?F...3Awww.ebay.com
)
(
[Google] => Array
(
[0] => 199,000
[1] => http://www.google.com/search?hl=en&l...3Awww.ebay.com
)
[MSN Search] => Array
(
[0] =>
[1] => http://search.msn.com/results.aspx?F...3Awww.ebay.com
)
Kommentar