PHP Questions Forums : PHP Questions and Answers
Multiple checkboxBy: Haripada [25-May-10 12:45AM]1 posts |
|
Sir, | |
Re : Multiple checkboxSallyjones [20-June-10 11:46AM] 12 posts |
|
|
If you want to store them in a single database field then you need to pick a separator between the values then implode them to join them together from your checkbox array, e.g. use @@@ as a separator if that won't occur in any of the entered text. | |
Next: Forms


