\n"; while ($row = mysql_fetch_array($result,MYSQL_ASSOC)) { echo "
  • \n"; echo ""; echo htmlentities($row["str_Jobtitel"]); echo "\n"; echo "
  • "; } echo "\n"; } } mysql_close($db_connection); ?>