Pues tengo esta tabla y quiero que aparezcan con la condición, solo me aparece en la segunda opción y todas, no por serie, ayuda
Código HTML:
Ver original<?php do { ?>
<img class="serie-preview" srcset="<?php echo $row_series_d['foto_serie']; ?>" border="0">
<div class="serie-title"> <h2><?php echo $row_series_d['titulo_serie']; ?></h2> <h3><?php echo $row_series_d['fecha_serie']; ?></h3>
<table class="table table-striped table-hover table-condensed"> <!--<th class="text-center">Video</th>-->
<th class="text-center">Audio
</th> <th class="text-center">PDF
</th>
<?php if($row_series_d['idseries'] == $row_datos_men['series_idseries']): ?>
<?php do { ?>
<td><?php echo $row_datos_men['tema']; ?></td> <td><?php echo $row_datos_men['fecha']; ?></td> <?php } while ($row_datos_men = mysql_fetch_assoc($datos_men)); ?>
<?php endif;?>
<?php } while ($row_datos_predicas = mysql_fetch_assoc($datos_predicas)); ?>