'; echo ''; echo 'ID'; echo 'Title'; echo 'Description'; echo 'Date'; echo ''; while ($output = mysql_fetch_assoc($query)) { echo ''; echo ''.$output['id'].''; echo ''.$output['title'].''; echo ''.$output['description'].''; echo ''.$output['date'].''; echo ''; } echo ''; ?>