$SQL="SELECT prod.ID, prod.Imagen3 FROM cil01_Producto prod WHERE Publico =1 ORDER BY `prod`.`ID` ASC "; $ResultadoEstructura=mysql_query($SQL); while ($Producto=mysql_fetch_array($ResultadoEstructura)) { $idProd=$Producto["ID"]; $imgProd=$Producto["Imagen3"]; ?> | $SQL="SELECT IdPresentacion,Descripcion FROM cil01_PresentacionProd prod WHERE idProducto = $idProd ORDER BY IdPresentacion ASC "; $ResultadoEstructura2=mysql_query($SQL); while ($Presentacion=mysql_fetch_array($ResultadoEstructura2)) { ?> if ($Presentacion['Descripcion']!="N/D"){?> } ?> | } ?>
} ?>