Help for this page

Select Code to Download


  1. or download this
    my $statement = $dbh->prepare('INSERT INTO test(id, name) VALUES(?,?)'
    +);
    $statement->execute($Id, $name);