I have in my database, in my table "db_home_content" the column "a2_content_x_imploders" ("x" would be its content number, as represented in the image) that contains some data separated by commas. Example: Site em HTML5, Alta velocidade, Responsivo
.
I need to get this data and organize it according to the quantity in <li>
's as shown in the image.
Is there a function in PHP or MySQL that does the opposite of implode? If yes, how does it work for my case?