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