include "../includes/config.php";
getSEOTerms(47);
?>
include "../includes/header.php" ?>
Customer testimonials
Recent feedback from some happy guests
$query="SELECT * FROM testimonials WHERE section = 'rooms'";
$result=mysql_query($query)or die(mysql_error()."Query is:
$query");
$numrows=mysql_numrows($result);
?>
while($row = mysql_fetch_array($result,MYSQL_ASSOC))
{
foreach($row as $k => $v){$$k = $v;}
?>
-
echo $testTitle?>
echo $testPara ?>
} ?>
include "../includes/footer.php" ?>