query("SELECT * FROM `news`"); while ($rows -> fetch_all()) { echo '
'; echo ''.$rows['name'].'
'; echo $rows['text']; echo '
'; } } } ?>