How can I display the last 3 or 5 records in my case posts (my columns in database are post_id, post_title, post_date, post_text
) in HTML page but in table?
I suppose I know to display records in table but how to edit style of the table, where? I am talking about displaying just last 3 or 5 records not all records from database.