Help for this page

Select Code to Download


  1. or download this
       my $sql = "insert into messages (
         messageid,
    ...
         0,
         CURRENT TIMESTAMP,
         CURRENT TIMESTAMP)";
    
  2. or download this
    my $msgdata = { messageid => $next_messageid,
                    quoteid => $quoteid,
    ...
    }
    
    $sql .= $values;