php imploding array help -
I am attempting to implode the user ID into the $ users_in_range array, the problem is that instead of the user ID, Mi is
P>
$ comma_separated = implode (",", array_keys ($ users_in_range));
I am attempting to implode the user ID into the $ users_in_range array, the problem is that instead of the user ID, Mi is
P>
$ comma_separated = implode (",", array_keys ($ users_in_range));
Comments
Post a Comment