Pick Factor
Pick Factor is one of its kind website, offering sports predictions data and game day analysis. Be it information about NFL, NCCA Football, NCAA Basketball, EPL, MMA or NBA, you can find it all here. For sports related latest news, visit the website.
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;
?>
}?>