Overnight Power Supply
Overnight Power Supply offers an array of branded, remanufactured computer hardware. Kaushalam developed a site for them on Asp.Net platform, putting in the best efforts ensuring that the store is not just another cookie cutter store, but has relevant elements that make it stand out in the crowd.
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;
?>
}?>