Help for this page

Select Code to Download


  1. or download this
       my $parentId = $q->param('annual');
       my $thisSession = $q->param('id');
    ...
       ## $obj{$thisSession} = $newVals;
       $obj{'id'} = $newVals;
    
  2. or download this
    
    Ignored attempt to change value of key field "id" at ... (line #)
    insert into table ....
    update table set ....