gracias, cambie el nombre de la columna y fucciona pero la imagenes no ven
este es el codigo
Código PHP:
Ver original<?php
$conexion=mysql_connect('localhost','root','7777777') or
die('No hay conexión a la base de datos');
$ruta=$filas['ruta'];
$desc=$filas['descripcion'];
?>
<?php echo $desc;?><br>
<img src="<?php echo $ruta; ?>" width="70" height="70"><br>
<img src="imagenes/<?=$ruta?>" width="100" height="100" />
<?php }?>
<img src="imagenes/<?=$ruta?>" width="100" height="100" />
gracias