There is a database with some news. I need to list, for example, the last 5.
I have no problems with a query to the database, but I cannot process the information received. For example, let there be a news table with 3 lines: id, title, description.
What should be the PHP code to display 5 news on one page?