"select c.id as codigo, c.precio,c.descrip_a, pr.texto as producto, m.texto as marca, imagen_chica from tabla_productos as c, marcas as m, productos as pr where c.estado = 1 and c.categoria = 1 and pr.id_producto = c.producto and pr.id_cat = c.categoria and pr.id_subcat = c.subcategoria and m.id = c.marca order by c.id ASC "
y no muestra nada
![lloron](http://static.forosdelweb.com/fdwtheme/images/smilies/chillando.png)