include("include/left_panel.htm");
?>
 |
 |
 |
| |
| |
| We're looking for customer testimonials to feature on our site. Please write and tell us how you're using Equissage to keep your horses in peak condition. |
| |
| Share your story! |
| Fields marked with * are mandatory to fill |
|
| |
|
 |
 |
 |
 |
|
 |
| |
TESTIMONIALS |
 |
| |
| Equissage was introduced into Australia in December 2002, however it has a long track record in Europe, with 1,000's of trainers in Australia and around the world using the gear.
Read what some of the happy Equissage users have to say: |
| |
| |
$page=$_REQUEST['page'];
if(!$page){
$page=1;
}
$select_cat_q="select distinct testimonials_cat from eq_testimonials where testimonials_status=1 order by testimonials_cat asc";
$select_cat=mysql_query($select_cat_q);
$totRecord=mysql_num_rows($select_cat);
$recordPerPage=3;
$startLimit=($page-1)*$recordPerPage;
$select_cat_q=$select_cat_q." limit $startLimit,$recordPerPage";
$select_cat=mysql_query($select_cat_q);
while($select_cat_obj=mysql_fetch_object($select_cat)){
$line_no=1;
?>
|
=catName($select_cat_obj->testimonials_cat) ?>
|
| |
|
$select_q="select * from eq_testimonials where testimonials_cat=$select_cat_obj->testimonials_cat order by testimonials_id desc";
$select_q=mysql_query($select_q);
while($selectObj=mysql_fetch_object($select_q)){
if($line_no!=1){
?>
 |
} ?>
|
|
$line_no++; }?>
|
}?>
|
if($totRecord>=$recordPerPage){
$totPage=ceil($totRecord/$recordPerPage);
?>
| Page>>
for($i=1;$i<=$totPage;$i++){
if($i==$page){
echo "".$i." ";
}else{
echo ''.$i.' ';
}
}
?>
|
 |
}?>
| |
|
|