Domain for sale
# file with list of topdomains from Sedo $x =0; # Displaying the domains & prices as table echo ' ‘; for ($i=0;$i<10;$i++) { ?>
} ‘;
$filecontent = file ("http://sedo.com/txt/topdomains_e.txt");
#
$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++;
}
‘;
echo ‘
TOP domains for sale
echo '
?>
Leave a Comment