You can also visit our Digi-Mall Shopping Directory here
eCost
eCOST.com sells thousands of products at or below cost every day. Save big on a wide selection of computer hardware, peripherals, software and consumer electronics from leading manufacturers
You searched for something related to:
computers,hardware,modems,software,notebooks,monitors
printers,wholesale,cost,save,discount,ecost,onsale,buycomp,computers4sure
computersbynet,IBM,Compaq,Toshiba,3Com,Epson,HP,Iomega,Mocrosoft
Some common misspellings of related search terms:
$theLocation="http://www.digi-mall.com/cgi-bin/FMsearch/fmsearch.cgi?keywords=computers%20hardware%20software";
$baseURL="http://www.digi-mall.com";
preg_match("/^(https?:\/\/)?([^\/]*)(.*)/i", "$theLocation", $matches);
$theDomain = "http://" . $matches[2];
$page = $matches[3];
$fd = fopen($theDomain.$page, "r");
$value = "";
while(!feof($fd)){
$value .= fread($fd, 4096);
}
fclose($fd);
$start= strpos($value, "
");
$finish= strpos($value, "");
$length= $finish-$start;
$value=substr($value, $start, $length);
$value = eregi_replace( "

]*>", "", $value );
$value = eregi_replace( "
]*>", "", $value );
$FinalOutput = preg_replace("/(href=\"?)(\/[^\"\/]+)/", "\\1" . $theDomain . "\\2", $value);
echo "
";
echo $FinalOutput;
flush ();
?>