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
} |