Ver Mensaje Individual
  #6 (permalink)  
Antiguo 29/07/2014, 09:57
Avatar de miguec04
miguec04
 
Fecha de Ingreso: agosto-2008
Ubicación: Cimitarra, Santander
Mensajes: 378
Antigüedad: 16 años, 5 meses
Puntos: 15
Respuesta: Listar en Bloques

Pongo el codigo un poquito mas organizado a ver si me hago entender lo que debes hacer.

Código PHP:
Ver original
  1. <table width="154" height="187" border="0" align="center">
  2.       <tr>
  3.         <?php
  4.             $i          = 0;
  5.             $cantidad   = mysql_num_rows($resultado);
  6.             while ($i < 3) {
  7.                 $fecha              = mysql_result($resultado,$i,fecha);
  8.                 $titulo             = mysql_result($resultado,$i,titulo);
  9.                 $descripcion        = mysql_result($resultado,$i,descripcion);
  10.                 $nombre_archivo     = mysql_result($resultado,$i,nombre_archivo);
  11.                 $id                 = mysql_result($resultado,$i,id);
  12.                 $rest               = strip_tags.substr($descripcion, 0, 90);
  13.                 //Crear filas hasta que salga del bucle
  14.                 echo  "<td><a href='noti.php?id=$id'><img src='./$nombre_archivo' width='150' height='134' border = '0' HSPACE='8' VSPACE='3' align='middle'><br><p align='justify' strip_tags $rest </a></td>";
  15.                 if(($i+1)%3==0) {
  16.                     echo '</tr><tr>';
  17.                 }
  18.                 $i++;  
  19.             }
  20.         ?>
  21.     </tr>
  22. </table>
__________________
Desoftc Technology - Miguel Carmona
Creaciones Inteligentes - Cimitarra Colombia
[email protected]
http://www.desoftc.com.co