algo asi? corrijeme porfavor? si puedes te agredeceria
Cita: $url= "SELECT imagen VALUES ('nombre')";
$res=mysql_query($url) or die(mysql_error()." url::$url");
$obj=mysql_fetch_object($res);
if (!empty($url)) {
echo "<img width=88 height=80 src=".$url.">";
}