Jump to content

PHP: Ordering by most recent SQL entry


Cyloc

Recommended Posts

Hey, I have a problem related to ordering all of my fetched out data by the most recent time they've submitted a form. For instance, I have a form that lets user submit information, some information needs to be displayed ordered by the most recent submission, and not by the lowest ID assigned to the entry from the MySQL database.

 

My sql code:

 

SELECT * FROM events_collection LIMIT $entry, $per_page

 

LIMIT $entry, $per_page is for my pagination tool.

Link to comment
https://forums.phpfreaks.com/topic/226309-php-ordering-by-most-recent-sql-entry/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.