Help for this page

Select Code to Download


  1. or download this
    my $query="SELECT * FROM $table WHERE (ukey = ?)";
            my $sth=$dbh->prepare($query);
            $sth->execute($ukey);