I use this
$result = mysql_query("SELECT id,url FROM sites WHERE tokens != '0' ORDER BY RAND() LIMIT 0,1",$db);
It selects the first one I added its not selecting randomly
It works on my othere site and there both on same server this one will just pull the first row