Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare('select x, y from z where username=?')
      or die "prepare: ". $dbh->errstr;
    $sth->execute($username) or die "execute: ". $dbh->errstr;