Help for this page

Select Code to Download


  1. or download this
        $sth = $dbh->prepare (qq{ SELECT * FROM `forbidden_usernames` WHER
    +E `f_user` LIKE ? });
        $sth->execute("$str");
    ...
    if ($str =~ /$row->{f_user}/i) {
    return("bad");
    }