Election software

Revision as of 06:05, 11 September 2011 by Bilby (talk | contribs) (→‎Code: sp)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Code

The software involves two main files:

index.php handles most of the work. tally.inc is only responsible for calculating and outputting the final result. Other files are used to create the UI elements or load configuration, but have no core executable code.

Discuss this page