Thanks for submitting your choice for pizza.


You Chose:

Here is what other people picked:

"; if($counted_results[$row['pizza_choice']] == NULL){ $counted_results[$row['pizza_choice']] = 1; }else{ $counted_results[$row['pizza_choice']] = $counted_results[$row['pizza_choice']] + 1; } //var_dump($counted_results); //echo "
"; } if(mysql_num_rows($result)> 1){ mysql_query('truncate `pizzasurvey`'); } mysql_close(); ?>