Posted by Chung Leong on 10/16/67 11:49
TristaSD wrote: > Hi, > > Need a string of random numbers from 1 to 6 generated by php, none of > the numbers repeat, e.g. 142635, and NOT 114255. > > Thanks. str_shuffle(implode('', range(1, 6)));
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming