Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/03/2011, 17:00
jmodica4
 
Fecha de Ingreso: febrero-2011
Mensajes: 41
Antigüedad: 13 años, 2 meses
Puntos: 1
Respuesta: No me sale esto que debe ser tan facil

Código PHP:
Ver original
  1. <table border="1">
  2.  
  3. while ($rowEmp = mysql_fetch_array($resEmp)) {
  4.  
  5. echo "<tr>";
  6.  echo "<td><img src= " .$rowEmp['ruta']." width=100 height=100></td>";
  7. echo "<td>Descripcion Producto  ".  $rowEmp['DESCRIP'] ; echo "</td>";
  8. echo " <td> Precio $  " . $rowEmp ['PRECIO'] ."</td>";
  9. echo "</tr>";
  10.  
  11. }
  12.  
  13. El otro codigo en que probaba con tablas anidadas lo borre