Conor
07-24-2004, 09:16 PM
Like I know I would have
$string="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";
$array=explode(" ",$string);
but how would I output 5 random characters from that array
$string="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";
$array=explode(" ",$string);
but how would I output 5 random characters from that array