Alıntı
<?php
//Rastgele Oyun
//rastgele.php
include("config.php"); //Script MySQL bilgilerini içeren sayfa
$sonuc = mysql_query("Select id From tablo order by rand()");
$satir = mysql_fetch_array($sonuc);
header("Location: oyna.php?id=".$satir['id']);
?>
Kalın yazılan yerleri scripte uydurman gerekir.