Regarding PHP sorting Oh I hate sorting.....?

  • Thread starter Thread starter AphrodisiacBaby
  • Start date Start date
A

AphrodisiacBaby

Guest
Hi I have this little localhost site it works great but I have some problems on sorting the user updates...

This is my sql query:
$result_post = mysql_query("SELECT * FROM posts WHERE user_id '$userid' ORDER BY stamp DESC", $connection);
$myrow_post = mysql_fetch_array($result_post);

It do sort but per user. I want it to sort like of Twitter's. Please help I am desperately desperate.

Thank you....
I forgot the "=" sign but the issue is about sorting here. Please help.
 
Back
Top