California Scaffold Services
Committed to excellence, California Scaffold Services offers a highly experienced, professional approach toward scaffolding. The company has a proven track record in delivering innovative scaffolding solutions in a creative, cost effective manner, while remaining focused on customers- SAFETY. CSS welcomes new challenges and projects to design and build access, protection and support scaffolding.
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;
?>
}?>