Ver Mensaje Individual
  #9 (permalink)  
Antiguo 26/12/2006, 12:59
Avatar de nicolaspar
nicolaspar
 
Fecha de Ingreso: noviembre-2004
Ubicación: Villa Ballester Bs-As|Ar
Mensajes: 2.002
Antigüedad: 19 años, 6 meses
Puntos: 34
Re: mostrar tablas desde phpmyadmin...

Código PHP:
 <?php 
while ($row mysql_fetch_assoc($result)){ 
?> 
 <tr> 
 <td></td> 
 <td></td> 
 <td></td>  
 <td> <?=$row["title"];?> </td> 
 <td> <?=$row["id"];?></td> 
 <td> <?=$row["author"];?></td> 
 <td> <?=$row["editor"];?></td> 
 <td> <?=$row["qty"];?></td> 
 <td> <a href="sesion.php?id=<?=$row["id"];?>"> <img src="carro.jpg" width="50" height="40" align="center"></a></td> 
 </tr> 
  
<? mysql_free_result($r); 
?>
__________________
Mi punto de partida es Que Bueno Lo Nuevo