Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare ("select username, password from users where
    sid='?';" )
    
  2. or download this
    $dbh->do("INSERT INTO table (id, name) values (?, ?)", undef, $id, $na
    +me);