Testimonials


include("/home4/wschurch/public_html/1000Voices.org/shared.inc");

// Get the record from the testimonial table for a particular record
function get_testimonials($id, $Voices, $database_Voices)
{
mysql_select_db($database_Voices, $Voices);
$query_Recordset1 = "SELECT * FROM testimonials WHERE id=$id";
$Recordset1 = mysql_query($query_Recordset1, $Voices) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
$totalRows_Recordset1 = mysql_num_rows($Recordset1);
return $row_Recordset1;
}

?>


$count=27;
while ($count>0)
{
$record = get_testimonials($count, $Voices, $database_Voices);
echo “

“;
$count=$count-1;
}

?>

“.$record['description'].”
“.$record['firstname'].”     

Bad Behavior has blocked 82 access attempts in the last 7 days.