Üyeleri oluşturacağın bir txt dosyasına alt alta yaz ve adını uyelistesi.txt yap.

sonra aşagıdaki kodu cekilis.php yapıp çalıştırınca rasgele bir üyeyi seçersin

<? $uyeler = file("uyelistesi.txt");
 srand((double)microtime()*1000000);  ?>
<p align="left"><i><font size= "1.5" color="#003060"><?
echo $uyeler[rand(0,count($uyeler))];?></font></i></p>