\n"; echo " There are currently no articles to view.\n"; } else { while ($row = mysql_fetch_array($result)) { outputStory($row['article_id'],TRUE); } } require_once 'footer.php'; ?>