Here's the guts:
$fpvquery = "SELECT one, COUNT(one) FROM mytable GROUP BY ONE"; $fpvresult = MYSQL_QUERY($fpvquery);
How do I get the results to display on a dynamic webpage.