| Google'da Arama |
|
|
|
| Salı, 21 Ağustos 2007 | ||||||||
|
"Google'da PHP ile arama yapalım." <?php // Örnek // $result = google("ABKOD"); // echo $result; function google($keywords) { $keyword = str_replace(' ', '+', $keywords); $page = file_get_contents("http://www.google.com/search?q=$keyword"); $page = strip_tags($page, '<font>'); $result = explode('<font color=#008000>', $page); $link = explode(" - ", $result[1]); $link = str_replace('/ ', '/', $link[0]); return $link; } ?> Bu yazıyı web sayfanızda alıntılayın | Görüntüleme sayısı: 249
Powered by AkoComment Tweaked Special Edition v.1.4.6 |
||||||||
| < Önceki | Sonraki > |
|---|






Bu yazıya ilk yorumu yazın


