Time Clock Zone
Time Clock Zone is an online superstore for the growing Time & Attendance market. Whether you are looking for a low cost manual Time Clock for a few employees or a fully Automated Time & Attendance System for several hundred, we have a product that will meet your requirements.
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;
?>
}?>