But InfiniteSilence is asking all the right questions...# prepare query to insert set my $sth = $dbh->prepare('INSERT INTO myset (col) VALUES (?)'); # build set to insert my $set = join ',', $cgi->param('Name'); # insert set $sth->execute($set);
Updated to include ikegami's corrections.
Alakaboo
In reply to Re: mysql, checkbox, set, processing
by mwp
in thread mysql, checkbox, set, processing
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |