Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare('INSERT INTO your_table(name) VALUES (?)');
    $sth->execute($your_name);