Help for this page

Select Code to Download


  1. or download this
    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)
    
  2. or download this
      ## 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;
      }