". " Name ". " Affiliation "; while( $row = mysql_fetch_array($result) ){ echo "".$row[familyname].", ".$row[firstname]."". "".$row[affiliation].", ".$row[department].""; } echo "
"; echo "". "
".$cnt[0]." participants
"; } else{ echo "There is no data.
"; } mysql_close(); ?>