EOL Memory
EOL Memory supplies superior remanufactured products, plus a slew of other professional services. Customer satisfaction is paramount to the firm. Kaushalam has designed a superlative site for EOL Memory showing a high degree of professionalism and dedication to their craft.
if($ProjectTechnology == "") {
$SQL = "SELECT ProjectTechnology FROM ".DATA_TABLE." WHERE ".PAGE_UNIQUE_FIELD." = '".$parentArray[count($parentArray)-2]."'";
$res = $objDB->select($SQL);
if($res[0]['ProjectTechnology'] != "")
$ProjectTechnology = $res[0]['ProjectTechnology'];
}
if($ProjectTechnology != "")
{
?>
Project Technologies
echo $ProjectTechnology;
?>
}?>