can anybody show me how to build a string using checkbox. what would be the best way to do this.
for example i have 4 checkbox's each with its own value (valueA, valueB, valueC, valueD) the thing is i want to display each result in different lines.
result if B & C is selected :
valueB
valueC
and how would i display this again if i saved this into a database?