Well....
How do you store time?
I see you can do this:
Create a bi-dimensional array containing the following info:
$Post[0]["PosterName"]
$Post[0]["Time"]
...
and such.
Then, you can use sme of PHP dorting functions to sort the whole array for the date.
If you were using MySQL (or other RD😎, u could do
SELECT * FROM postings ORDER BY date ASC (or DESC)
Upgrade. Use a db.
fLIPIS