A php userpic script
(62 comments) - (Post a new comment)
(Reply to this)
(Reply to this) (Thread)
$user_arr = explode( ',' $user_list );
$user_arr = preg_split( '/[\s,]+/', $user_list );
(Reply to this) (Parent)
(Reply to this) (Parent)(Thread)(Expand)
(Reply to this) (Thread)(Expand)