Jak w temacie, serwer nie obsługuje "file_get_contents", a bez tego strona nie działa
Kod:
Cytat
}if($_POST['numer']){
$homepage = file_get_contents('http://przykładowyadreswww.pl'.$_POST['numer'].'');
$siec = strstr($homepage, "<b>Numer telefonu:</b></td><td>");
$tablica = "<table style='width:500px;'><tr><td>".$siec;
if(!empty($siec)) echo $tablica;
}
$homepage = file_get_contents('http://przykładowyadreswww.pl'.$_POST['numer'].'');
$siec = strstr($homepage, "<b>Numer telefonu:</b></td><td>");
$tablica = "<table style='width:500px;'><tr><td>".$siec;
if(!empty($siec)) echo $tablica;
}
Z góry dzięki
