I have a mySQL database for my web site where I have stored 100's of news articles. I need the articles page to display the most recent 10 articles in summary format. Is there a script to do this? The date of each article is in the database. The database is called "articles", table is "tbl_articles," and the fields I want to display are "ArticleType", "ArticleName", and "1stParagraph". I want it to list them in order of the most recent date (ArticleDate) on top. Does that make sense?
Thank you for any help you can provide!!