$posts = $db->query_read_slave("SELECT pagetext FROM post ORDER BY dateline DESC LIMIT 10"); while ($content = $db->fetch_array($posts)) { echo $content; }