Sorunum şu;
Alıntı
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?
6
●1.317
<?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("#$(.*?)</b></center></td></tr><TR><TD#si", $html, $matches)) {
$table = $matches[1];
echo "$".$table;
} else {
echo "$10";
}
?>buyur denemedim çalışmazsa if (preg_match("#$(.*?)</b></center></td></tr><TR><TD#si", $html, $matches)) {burayı bununla değiştir if (preg_match("#\$(.*?)</b></center></td></tr><TR><TD#si", $html, $matches)) { 
<?php
$toevaluate=$_POST['urls'];
$checkthis = str_replace("http://www.", "", $toevaluate);
// Download content
$html = file_get_contents("http://www.sitevaluecalculator.com/result.php?domain=".$checkthis."");
// Find the right table
if (preg_match("#Values this site at<BR><b>(.*?)</b></a>#si", $html, $matches)) {
$table = $matches[1];
echo $table;
} else {
echo "$10";
}
?>al denedim çalışıor bu birde merak ettim nerde kullanıcan bunu