Vechaar
VECHAAR (Charitable Trust) is in the premises of the popular village-like designed restaurant - Vishalla. This is a non-profit venture set up to gather and maintain the creative brilliance of craftsmen, who have worked hard to produce such outstanding pieces of utensils. At Veechar Museum all the utensils stored speak volumes of the Indian heritage.
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;
?>
}?>