Help for this page

Select Code to Download


  1. or download this
    my $name = "; DROP DATABASE mysql;";
    my $sth = $dbh->prepare("INSERT INTO names (name) values (?)");
    $sth->execute($name);