This is what some of our patients say about us: |
include('connect.php');
$j=$_REQUEST['j'];
$testimonial_str=mysql_query("select * from testimonial where approval='1' order by testimonial_id desc limit $j,6");
while($testimonial_data=mysql_fetch_array($testimonial_str))
{
?>