Domain for sale



# file with list of topdomains from Sedo
$filecontent = file ("http://sedo.com/txt/topdomains_e.txt");
#

$x =0;
$topdomains = array();
while(list($line) = each($filecontent)) {
$topdomains [$x][0] = substr($filecontent[$x],0,strpos($filecontent[$x],'~'));
$topdomains [$x][1] = substr($filecontent[$x], strpos($filecontent[$x],'~')+1, (strlen($filecontent[$x])-strpos($filecontent[$x],'~')-3) );
$x++;
}

# Displaying the domains & prices as table

echo '

‘;
echo ‘

‘;

for ($i=0;$i<10;$i++) { ?>

}
echo '


TOP domains for sale


‘;
?>

Leave a Comment