Ver Mensaje Individual
  #8 (permalink)  
Antiguo 14/11/2010, 14:50
tazzwt
 
Fecha de Ingreso: marzo-2010
Mensajes: 432
Antigüedad: 14 años, 1 mes
Puntos: 11
Respuesta: Como en listar 3 columnas Php MySQL

Cita:
Iniciado por Curner13 Ver Mensaje
PRUEBA CON ESTO ESPERO ESTE BIEN SI NO DIME QUE PASA PARA CORREGIR

echo "<table width='500' height='103' border='0' cellpadding='5' cellspacing='3'>";

while($row = mysql_fetch_array($result))
{
$id = $row["id"];
$nombre = $row["nombre_juegos"];
$imagen = $row["imagen"];

$rows=4;
$column=3;

for($=1; $i<=$rows; $i++)
{
echo "<tr> <td>$id</td> <td>$nombr</td> <td>$imagen</td> </tr>";
}
}

echo "</table>";

Hola Curner13 su codigo repite las filas de bd:

demo: