Mysql – List out the all messages of user whether it is in sender or reciver by item id
I want the solution like each item id all messages between sender and receiver and need all rows belongs to user i.e. if sender id = 3 and receiver id = 25 then it will list out all message of…