Duronic
Headquartered in the United Kingdom, Duronic is a diversified Consumer electronics company, focused on improving people's lives through timely innovations. As a world class distributer in Consumer electronics, Accessories, healthcare, lifestyle, Duronic integrates technologies and design into people-centric solutions, based on fundamental customer insights.
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;
?>
}?>