Ace Depot
Since 1993, AceDepot has been catering to customers from all across the globe. Find umpteen products at unmatched prices at AceDepot.
AceDeopt approached us when they had to incorporate a Flyout menu. Kaushalam developers added JavaScript & CSS based customized flyout menu as per the client specification. Add to that, a third column as right navigation was built to display dynamic hot offers. The end-result was: a super satisfied client.
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;
?>
}?>