Posted by windandwaves on 11/18/09 11:42
Hi Folk I want a random list of numbers between 0 and 58 where each number can only occur once. I have written this ($f is an array): for($i = 0; $i < 13; $i++) { $rand[$i] = mt_rand(0,count($f)); } what else do I need? TIA > Nicolaas
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming