Hi,
ich bin am verzweifeln, finde einfach den Fehler nicht.
Hier die Abfrage:
"SELECT * FROM profil as t1 INNER JOIN foto as t2 ON (t1.id = t2.user_id) WHERE t1.status ='1' AND t2.status='1' AND t1.id!=$user_id AND t1.************='$************' AND t1.id NOT IN (SELECT match_id FROM `match` WHERE user_id=$user_id) ORDER BY rand() LIMIT 1"
Als Fehler gibt er das aus:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT match_id FROM `match` WHERE user_id=4) ORDER BY rand()
Komisch ist auch, das es auf einem anderen Server kalpt und auf dem hier nicht.
Danke.
ich bin am verzweifeln, finde einfach den Fehler nicht.
Hier die Abfrage:
"SELECT * FROM profil as t1 INNER JOIN foto as t2 ON (t1.id = t2.user_id) WHERE t1.status ='1' AND t2.status='1' AND t1.id!=$user_id AND t1.************='$************' AND t1.id NOT IN (SELECT match_id FROM `match` WHERE user_id=$user_id) ORDER BY rand() LIMIT 1"
Als Fehler gibt er das aus:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT match_id FROM `match` WHERE user_id=4) ORDER BY rand()
Komisch ist auch, das es auf einem anderen Server kalpt und auf dem hier nicht.
Danke.
Kommentar