Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare("INSERT INTO ques(username, userque, ...) VALU
    +ES (?, ?, ...)");
    foreach my $t (split '~', $txtque){
         $sth->execute($usernamenow, $t, ...);
    }