Ver original<?php$result = mysql_query("SELECT * FROM fvideos ORDER BY id LIMIT 3"); while ($y = mysql_fetch_assoc($result)) { echo '<img src="' . $y['imagen'] . '" width="200" height="200" />';}