Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Store Checkbox Array to MySQL Table

843840Jul 18 2009 — edited Jul 20 2009
Hi everyone, I have a small question.

I'm trying to store values from an array of checkboxes into a column in a MySQL table. I see PHP has a serialize() and unserialize() function (seen here ) to do just that.

Does JSP have anything similar?

Now just to be certain, I don't want to store every value from the checkbox array in a separate row, I want them to be all on one row of one column and can be broken down into their individual components upon request.

Thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 17 2009
Added on Jul 18 2009
5 comments
143 views