[Solved] PHP array to string issue [closed] October 26, 2022 by Kirat Maybe you want to do: echo '{"' . implode('","', $arr) . '"}'; Demo: http://phpfiddle.org/lite/code/p57-0u4 1 solved PHP array to string issue [closed]