$page_current="index"; include_once("header.php"); ?>
|
![]() |
![]() |
$i=1;
$sql="select id, name_".$language." as name, info_".$language." as info,message_".$language." as message, image from testimonial where 1 order by timestamp desc, id desc limit 3";//echo($sql);
$res=mysqli_query($dbcon,$sql);
while($row=mysqli_fetch_array($res)){
?>
|