Ver original<?php $nombre = 'andres'; for ($x=0;$x<=strlen($nombre)-1;$x++){ echo '<img src="img/' . $nombre[$x] . '.gif" />';}