Hola amigos, estoy intentando hacer una consulta pero me da error:
llevo dandole vueltas desde ayer pero no veo el problema.
aqui les dejo el codigo haber si alguien me puede ayudar
Código PHP:
$sql="SELECT * FROM messages WHERE nTypeid=".$Nid_typeMessage." AND (nDestinataireid=".$_SESSION['nid']." OR nDestinataire2id=".$_SESSION['nid']." OR nDestinataire3id=".$_SESSION['nid']." OR nDestinataire4id=".$_SESSION['nid'].")";
$respuesta=mysql_query($sql) or die(mysql_error());
while($donnees=mysql_fetch_array($respuesta))
{
echo "<p id='messages'>Test</p>";
}
el error que me da es un tanto raro
Código:
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 'AND (nDestinataireid=20 OR nDestinataire2id=20 OR nDestinataire3id=20 OR nDestin' at line 1
gracias por vuestra ayuda