Skip to content
Snippets Groups Projects
Commit c4f7bb16 authored by Suriya Ravichandran's avatar Suriya Ravichandran
Browse files

bug fixed

parent 60133230
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
$output = "";
$sql = "SELECT * FROM messages
LEFT JOIN users ON users.unique_id = messages.incoming_msg_id
LEFT JOIN users ON users.unique_id = messages.outgoing_msg_id
WHERE (outgoing_msg_id = {$outgoing_id} AND incoming_msg_id = {$incoming_id})
OR (outgoing_msg_id = {$incoming_id} AND incoming_msg_id = {$outgoing_id}) ORDER BY msg_id ";//ASC";
......
php/images/1705234283devc++.jpg

6.55 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment