Mysql
 sql >> Database >  >> RDS >> Mysql

Come configurare phpmyadmin e SQL per la messaggistica tramite REST-api?

Perché non usi semplicemente un OR ? Quindi i risultati hanno il destinatario corretto e il mittente corretto? E hai tutti i messaggi da X a Y e tutti i messaggi da Y a X

La tua riga di query sarebbe simile a questa:

 $query = "SELECT * FROM ColumnText WHERE (SenderID = '$SenderID' AND RecieverID = '$RecieverID') OR (SenderID = '$RecieverID' AND RecieverID = '$SenderID')“;

Inoltre, ti consiglio vivamente di utilizzare dichiarazioni preparate