Please choose your language

=getValue("home page");?>
include("footer.php"); ?>
include("header.php"); ?> include("navbar_en.php"); ?> ////////////////////////////////////////////////// function getValue($whichOne) { global $link; $table_name = "villa_home"; $field_1 = "fieldID"; $field_2 = "fieldName"; $field_3 = "fieldValue"; $query = "SELECT * FROM `".$table_name."` WHERE `".$field_2."` = '".$whichOne."' "; $result = mysql_query($query, $link); $row = mysql_fetch_array($result); $settingValue = $row[$field_3]; return $settingValue; } ////////////////////////////////////////////////// ?>