englishnow

english now

Error description: 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 '' at line 1

SELECT e.id, e.titulo, e.subtitulo, e.thumbs, e.video, e.prezi, e.url FROM entradas e, categorias c, categorias_entradas ce, alumnos a, entradas_alumnos ea WHERE e.publicado = 1 and e.id = ce.entrada_id and ce.categoria_id = c.id and c.id = 5 and a.id = ea.alumno_id and ea.entrada_id = e.id and ea.alumno_id =