php bug işe değilse

0 Cevap php
<?php   
$myip=file_get_contents("http://www.whatismyip.com/automation/n09230945.asp");
if(!$myip=='1.1.1.1'){

    echo "Not matches";
}
?>

Eğer işe değil mi? : S

0 Cevap