Error al obtener registro de la tabla
1064:
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 'ORDER BY RAND()
LIMIT 0,4' at line 4
La Consulta es:
SELECT *
FROM productos
WHERE p_idioma='sp' AND p_publicar=1 and p_id_producto =
ORDER BY RAND()
LIMIT 0,4