Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/12/2011, 07:29
Avatar de Patriarka
Patriarka
 
Fecha de Ingreso: enero-2011
Ubicación: Moreno, Buenos Aires, Argentina
Mensajes: 2.851
Antigüedad: 13 años, 3 meses
Puntos: 288
Respuesta: problema con imagenes en BD

intenta asi:
while ($row = mysql_fetch_array($res)){

$mime=$row[13];
?>
<tr>
<td></td>
<td><?php echo $row[4]; ?></td>
<td><?php echo $row[5]; ?></td></tr>
<img src="Muestraimagen.php?id=<?php $row['cod_subasta']; ?>" />;
<?php
}