Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/10/2011, 04:51
Avatar de Mahalo
Mahalo
 
Fecha de Ingreso: julio-2004
Ubicación: Mallorca (Illes Balears)
Mensajes: 1.121
Antigüedad: 19 años, 9 meses
Puntos: 12
Respuesta: Repetir region dentreo de un echo

Así, no?
Código PHP:
...}else{
?>
<table width="95%" border="0" class="tabla_votados"> 
<tr> 
<td width="48%" class="titulo_home">Título</td> 
<td width="28%" class="titulo_home">Reproductor</td> 
<td width="13%" align="center" class="titulo_home">Votos</td> 
<td width="11%" align="right" class="titulo_home">Borar</td> 
</tr> 
</table> 
<?php do { ?> 
....tabla a repetir 
<?php } while ($row_temas mysql_fetch_assoc($temas)); ?>'; 

?>
Saludos!
__________________
Los ignorantes se empeñan en enseñar. Los sabios en aprender.
SourceForge