What Our Clients Says About Us?
$gettestimonials = mysqli_query($conn, "select * from testimonials");
$counttest = mysqli_num_rows($gettestimonials);
if($counttest > 0){
while($testdata = mysqli_fetch_assoc($gettestimonials)){
?>
}
}
?>
echo $testdata['name']; ?>
echo $testdata['content']; ?>