$sql = mysql("SELECT * FROM vitser ORDER BY id DESC LIMIT 10")
while($joke = mysql_fetch_array($sql)){ echo $joke["felt1"]; }