You can also visit our Digi-Mall Shopping Directory here
CompUSA
CompUSA.com, America's Online Computer Superstore is the nations leading reseller of over 35,000 computer-related products. Selections include technology from top name brands, shopping guides, outlet/auction sites and technical service offerings.
You searched for something related to:
CompUSA,computers,hardware,software,games,portables,notebooks,pdas,printers,scanners,digital cameras,pc,mac,upgrades,memory,monitor,hard drive,keyboard,electronics,handheld,modem,warranty,Internet,Network,Apple,Specials,Guide,Call Center,Helpdesk,Assistance,technology,technical,support,training,service,on-site,repair,Business,Government,Procurement,Small business,Home office
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 ();
?>