result = mysql_query(" SELECT * FROM plugin_frontpage_news ORDER BY pfn_id DESC") or die(mysql_error());$newsbits = '';while ($item = mysql_fetch_assoc($result)){ $newsbits .= "<strong>$item[pfn_title]</strong><br />$pfn_content<br /><br />";}// now $newsbits contains the database data displayed how you want