
JFrost
Novice
Jul 9, 2001, 2:20 PM
Post #1 of 3
(862 views)
|
|
splitting ~~ CGI.pm
|
Can't Post
|
|
Here is my next problem. I have been successful at setting up that when a user submits a field that has multiple values it will seperate each value with a ~~. Here is my next issue. I am using CGI.pm print $q->checkbox_group('cuisine', \@cuisine, [$form_data{'cuisine'}], 'true'); The problem is, when I make modifications to the record, I don't have any checked checkboxes because it doesn't recognize the ~~, and therefore it doesn't find the values to be checked. So my question is, how do I split the field. I hope you understand Thanks
|