quote:
Originally posted by Spunky
quote:
Originally posted by absorbation
Use your own personal identifier e.g. id > steam_id > desc > time
That won't work if the timestamps don't relate to the id or steam_id. For example, I could have the lowest id (1), but the most recent time stamp (say now for example) and a steam_id of 748476
I'd show up before someone with the earliest time stamp, but with a higher id
Usually, when a record is added, the unique id is set to that record, one above the last one. Thus, organizing in desc order by unique id, will give the newest records first
.