FALSE) { if (mysql_num_rows($result_menu) > 0) { $i=1; while ($row_menu = mysql_fetch_array($result_menu)) { echo"
  • "; $i++; } } } ?>