Cevaplar
-
Onun çözümünü bilmiyorum ama bookmarklarım arasından ;
<?php $u = "http://google.com/complete/search?output=toolbar"; $u = $u . "&q=" . $_REQUEST['msg']; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $u); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $xml = simplexml_load_string(curl_exec($ch)); curl_close($ch); $result = $xml->xpath('//@data'); while (list($key, $value) = each($result)) { echo $value ."<br>"; } ?>
Örneğin where kelimesi için;where's my refund where's my water where is chuck norris where the wild things are where am i where's george where's waldo where is the love lyrics where is your appendix where have you been lyrics
Dahada ileri götüren bir arkadaş : http://www.keywordbuzz.net/