Hi,
I have a group of checkboxes that go into my database as an array.
When i output the data it appears like this:
monday,tuesday,wednesday,thursday etc....
I would like to replace all of the commas with line breaks so it appears like this:
monday
tuesday
wednesday
etc...
I know i have to put some code around my output statement but i dont know how to do this.
<cfoutput>#getEntrantDetail.times#</cfoutput>
Thanks for the help
I have a group of checkboxes that go into my database as an array.
When i output the data it appears like this:
monday,tuesday,wednesday,thursday etc....
I would like to replace all of the commas with line breaks so it appears like this:
monday
tuesday
wednesday
etc...
I know i have to put some code around my output statement but i dont know how to do this.
<cfoutput>#getEntrantDetail.times#</cfoutput>
Thanks for the help