Kaushalam
Kaushalam, a U.S.-based provider of eCommerce services, offers services that help companies reach their goals overnight! The company's talented team is popular for creating unique and appealing website designs and layout templates that resonate well with the target audience. Plus, it has more than 15 years of experience in designing and developing extraordinarily attractive webstores.
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;
?>
}?>