Multi-Value Checkboxes

2 posts by 2 authors in: Forums > CMS Builder
Last Post: June 18, 2010   (RSS)

By Kenny - June 18, 2010

It escapes me right now, but I have forgotten how to display items from a multi-value checkbox correctly;

Let's say someone checks of from the list of items like this:

[x] yellow
[x] red
[ ] blue
[ ] green

And if you were to put <?php echo $record['color'] ?>, it would display the results like this:

yellow red

What I want is to display them like this:

yellow, red

Help?