<?php $count = 0; foreach($_POST as $v){ if($v == 'yes'){ $count++; } } <html> <body> <?php echo $count; ?> yes answers </body> </html>