prudens Posted May 30, 2008 Share Posted May 30, 2008 Hi, I'm trying to create a very very simple msgboard, and I was wondering, what method I should use to determine who posted first? Do I have to take timezone into consideration? Do I have to consider down to the microseconds? What is the standard way to determine who posted first? Please help!!! Example: James posted at 18:29 May 31st, 2008: 1+1 = 2 Jack posted at 18:29 May 31st, 2008: What is 1+1? Notice they posted at the same time! Obviously Jack posted first since James responded to his post, so... how do I make sure that Jack's post was actually posted 1st??? Link to comment https://forums.phpfreaks.com/topic/107934-determine-who-posted-first/ Share on other sites More sharing options...
redarrow Posted May 30, 2008 Share Posted May 30, 2008 use a timestamp in the dataase, then show via a sql statement the first post.......... Link to comment https://forums.phpfreaks.com/topic/107934-determine-who-posted-first/#findComment-553268 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.