I have a table of chats in mysql , in it is the record of conversations between users.
The fields are.
id, id_from, id_to, message
Example (My Data in DB):
1, 50, 10, 'Hello'
2, 10, 50, 'Nice?'
3, 50, 10, 'Yeah, And you?'
4, 10,...
asked by
06.11.2016 / 13:47