I am wanting to make a query so my database will display the table content into date order. Can someone please tell me how to do that? Thanks in advance.
Mediareleases table structure:
id // the autoincremented primary key number
title // type: text
text // type: text
date_entered // for example: Monday, March 17, 2008. Type: text








Bookmarks