Hi All,
Sorry for the noob question, but hopefully this is an easy one.
I'm not exactly sure if this is a php or a mysql question, but I'm working with a component in Joomla's backend that allows a user to choose one or many options from a multiselect form. Then, I'm calling the data (not the form) and displaying it as content in the frontend.
The bummer part is that when it's displayed on the frontend, the delimiters are displayed too, like so:
Data: option1|*|optio n2|*|option3|*| option5
Is there a way I can replace the "|*|" delimiters with "<br />" at the very least, or "<li>option </li>" when it's called on the frontend?
Thanks for your help!
-James
Sorry for the noob question, but hopefully this is an easy one.
I'm not exactly sure if this is a php or a mysql question, but I'm working with a component in Joomla's backend that allows a user to choose one or many options from a multiselect form. Then, I'm calling the data (not the form) and displaying it as content in the frontend.
The bummer part is that when it's displayed on the frontend, the delimiters are displayed too, like so:
Data: option1|*|optio n2|*|option3|*| option5
Is there a way I can replace the "|*|" delimiters with "<br />" at the very least, or "<li>option </li>" when it's called on the frontend?
Thanks for your help!
-James
Comment