this code work well
but when i change the word "Boy" to word in another languagePHP Code:<?
$x="Boy";
$url ="http://search.yahoo.com/search?p=".$x."&ei=ISO-8859-1&fl=0&x=wrt";
$string = implode("\n", file($url));
echo $string ;
?>
it will not working ??


Reply With Quote
Do you get any errors? any output?
