$total,"data"=>$output);
print json_encode($response);
//print "
Results:
";
//print "";
// foreach($output as $kit => $count){
// $percent = number_format((($count/$total)*100),2);
// print "- ".$kit." (".$percent."%)
";
//}
//print "
";
//print "Totals:
";
//print $total . " votes.
";
}else{
// there was an error...
}
?>