View Single Post
Old 04-16-2014, 05:15 AM   #1
guiltyCrown
Registered User
 
Join Date: Apr 2014
Location: UK
Posts: 15
Or for an array of randomized array

Quote:
$array = range(1,100);
shuffle($array);
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
guiltyCrown is offline   Reply With Quote