|
Hello I am new in PHP..
Please help.
I want to save information on the database using checkboxes
ex.
checkbox1 value=apple
checkbox2 value=banana
checkbox3 value=grapes
i want to save it with comma separated.. depends on checkbox value is true
example output:
text = apple, banana, grapes
or
text = banana, grapes
or
text = apple, grapes
can u code for me something like that output...
Do i have to use array on this..
Thank in advance..
aspi
|