I have a result set from a DB that returns the following array.... how do I implode this into a comma delimited string? Thanks!
Array
(
[0] => Array
(
[user_id] => 2
)
[1] => Array
(
[user_id] => 5
)
[2] => Array
(
[user_id] => 11
)
)