Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare("insert into postcards(id, title, date, descri
    +ption, category) values (?,?,?,?,?)");
    $sth->execute($id, $title, $date, $description, $category);