Help for this page
table 1: vote_count elements: current_vote (a counter, to identify which data to use) ... option_1 (numbers for the option number) (through to) option_6 (numbers for the option number)
## Read the current vote number from the mySQL database. my $dbh = DBI->connect("DBI:mysql:$database","$username","$password" +) || error_fatal ("[ vote.cgi: Admin: Unable to open mySQL database - + $! ]"); ... exit; }