Konu
domain sorgulama kodu (yardım)
13-08-2013, 00:36:31
#3
Dekaron
$test = file_get_contents("http://www.kimindir.com/domain.uzanti");
if(stristr($test, '"domain.uzanti" alan adı kimse tarafından alınmamış'))
{
echo "müsait";
} else {
echo "dolu";
}
basit bir yol oldu ama mantık böyle