$resimler = array('resim1', 'resim2', 'resim3', 'resim4', 'resim5', 'resim6');
echo '<img src="' . $resimler[array_rand($resimler)] . '">';