View Single Post
Old 10-18-2009, 09:29 AM  
quantum-x
Confirmed User
 
quantum-x's Avatar
 
Join Date: Feb 2002
Location: ICQ: 251425 Fr/Au/Ca
Posts: 6,863
Quote:
Originally Posted by k0nr4d View Post
PHP Code:
$array = array('a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z');
shuffle($array);
$string $array[0].$array[1]; 
edit: nevermind, seems you wanted a pattern like that not random. didn't read properly

Psst - http://fr.php.net/range
quantum-x is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote