How to convert array to string with commas in PHP? Subash Chandran 9th November 2021 Leave a Comment $arr = array ( 0 => "lorem", 1 => "ipsum", 2 => "dolor"); $str = implode (", ", $arr); Curly hair, very fair, please share 🙂Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window)Click to share on Reddit (Opens in new window)Click to share on Telegram (Opens in new window)Click to share on WhatsApp (Opens in new window)Click to email a link to a friend (Opens in new window) Related See also How to import a module from a different directory in Python? Snippets How to convert array to string with commas in PHP? Change font size A Decrease font size. A Reset font size. A Increase font size.