in reply to How do I use a database and handle checkboxes?
@names = $q->param(); map { $fdat{$_}=$q->param($_} } @names; DBIx::Recordset->Insert({%connect_dsn,%fdat});
For more information on DBIx::Recordset, visit: http://perl.apache.org/embperl/index.html
|
|---|