Jump to content

ASC and DESC


Drezard

Recommended Posts

Hello, Im writing a small message board and im using the Time() function to get the timestamp and then im storing it in the database with the message.

 

Now, i want to retrieve the latest messages (the latest ones inputted)...

 

So basically my query is something like:

 

SELECT message FROM message_board WHERE time=

 

but thats as far as ive gotten. Can someone help me finish this query?

 

- Cheers, Daniel

Link to comment
https://forums.phpfreaks.com/topic/45716-asc-and-desc/
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.