I’m coding a private message system, which works perfectly. I need to write a SQL query for group messages, and that message should come up only once. In short I want a “conversation view” just like Facebook, only show the latest message either it is sent or recieved. Script in backend is PHP in private messaging system.
I attached a screen shot:

Here is the attached query I’m using.
Testing demo is uploaded on this address: http://developers89.byethost14.com/messages/
1 Answer