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));  

Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -