Merhaba,
Sorunum şu;
Alıntı
<?php
$toevaluate=$_POST['urls'];
$checkthis = str_replace("http://www.", "", $toevaluate);
// Download content
$html = file_get_contents("http://estibot.com/results.php?domain=".$checkthis."");
// Find the right table
if (preg_match("/<br \/>USD <b>((?:.|\n)*?)<\/b>/", $html, $matches)) {
$table = $matches[1];
echo "$".$table;
} else {
echo "$10";
}
?>
http://estibot.com/results.php?domain= satırını değiştirmek istiyorum.
http://www.sitevaluecalculator.com/result.php?domain= Bunu eklemek istiyorum.
Eklenen siteden
is: $306
Şu satırın yazdırılmasını istiyorum fakat bir türlü yapamadım. Yardım edebilecek varmı acaba?