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