<?phpwhile ($row = mysql_fetch_row($resultado)){?> <img src="<?php echo $row[0]; ?>" alt="algo" /><?php}?>