Help for this page

Select Code to Download


  1. or download this
    my $query = "SELECT * FROM People where Name = ?";
    # later:
    $query1->execute($console);