What Our Customers Have to Say About Us!
Here are just a handful of our customers who have told us how much they love us. We are so happy to have such great users! Send us your story too and we'll post it here.
include("/home/ragesw/public_html/loadfirst.inc.php"); db_connect(); $sql="SELECT *,testimonials.id AS testid,user.name AS username,productinfo.name AS productname FROM testimonials JOIN user ON user.id = testimonials.userid JOIN productinfo ON productinfo.id = testimonials.productID ORDER BY testimonials.id DESC"; $result = mysql_query($sql); if ($result) { while ($row = mysql_fetch_array($result)) { $testId = $row[testid]; $testimonial = stripslashes(str_replace("","
",$row[comment]));
$username=stripslashes($row['username']);
$proddir=$row[dirname];
$website =$row[url];
$productname = $row[productname];
print "";
print "
$username had this to say"; if ($productname!="") { print " about $productname"; } print "
"; print "$testimonial"; print "
-$username
$website