Help for this page

Select Code to Download


  1. or download this
    my $data = qq(SELECT * FROM admin WHERE username = ?  AND password = ?
    +);
    my $sth = $dbh->prepare($data);
    $sth->execute($username, $password)  or die $dbh->errstr;