i have an array i want to join into a string using comma(,) separated values. is there a function similar on the lines of join function in php?
Try implode(', ', $array)
function.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With