<?php$i=16;while ($i>0){ $j=20*$i; $file_name = '../colors'.'//'.$i.'.jpg' ; echo "<img src=$file_name height=$j width= 20 >"; $i-- ;}?>