<?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