Application Name\n"; echo "Votes\n"; $c = 1; while($row = mysql_fetch_object($result)) { if ($c % 2 == 1) { $bgcolor = "color0"; } else { $bgcolor = "color1"; } $link = "$row->appName"; echo "$c. $link $row->count \n"; $c++; } echo html_table_end(); echo html_frame_end(); echo "
What does this screen mean?
\n"; } else { echo "Error: " . mysql_error(); } apidb_footer(); ?>