"; while($row = mysql_fetch_array($res)) { echo '
  • ',htmlentities($row['title']),' [',$row['num_of_comments'],' comments]
  • '; } echo ""; } } ?>