$salla = array('resim1', 'resim2', 'resim3', 'resim4', 'resim5', 'resim6');
shuffle($salla);
echo "<img src=\"{$salla[0]}\">";