Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare (qq{ SELECT * FROM `forbidden_usernames` WHERE `f
    +_user` LIKE ? });
    $sth->execute("$str");
    ...
    if ($rows) {
        return("bad");
    }