Help for this page

Select Code to Download


  1. or download this
    $dbh->do( "CREATE TABLE games (gamename text, gamedesc text, gamecount
    +er int, primary key(gamename))" );
    
  2. or download this
    my (@row, $gamename, $gamedesc, $gamecount);
    my $select = $dbh->prepare( "SELECT * FROM games WHERE gamename=?" );
    ...
            }
        }
    close (FILE);