-
$testimonials_query = "select * from testimonials where archive = '0' order by post_date desc";
$testimonials_result = mysql_query($testimonials_query);
for( $i = 0; $i < $testimonials = mysql_fetch_array($testimonials_result); $i++){
?>
-
$filecheck = 'testimonials/'.$testimonials['id'].'.jpg';
if (file_exists($filecheck)){
?>
}?>
echo $testimonials['content'];?>
echo $testimonials['client'];?>
}
?>