hi
there are more than 200 testimonials in database table.
i want to show only those testimonials whose character count is more than 50 characters.
But at a time only one testimonial should be displayed.
how can it be done ?PHP Code:<?php
$qry="select * from testimonials_table order by rand()";
$result=mysql_query($qry);
$row=mysql_fetch_array($result);
?>
vineet



Reply With Quote




Bookmarks