-1
I have in my database, inside my table "db_home_content" the column "a2_content_x_imploders" ("x" would be the respective content number, as represented in the image) that contains some data separated by comma. Example: Site em HTML5, Alta velocidade, Responsivo
.
I need to take this data and organize it, according to the amount, in <li>
'as shown in the image.
Is there a function in PHP or Mysql that does the opposite of implode? If so, how does it work for my case?
I reversed the issue, because it runs away from the original problem and already answered. If you have any additional questions, ask the colleagues below in the comments, or open a new question just about the different part.
– Bacco