Skip to content

Census CensusForm.php

James Cobban edited this page Dec 2, 2020 · 3 revisions

Up: Census Implementation

Source Code

This script displays a page of the transcription of any census of Canada.

Parameters (passed by method=get):

Name Description
Census Census identifier. Key of instance of class Census. Usually a 2 character country code plus 4 digit year of enumeration.
Province 2 letter province code (CE, CW, NS, NB, or PI) required for pre-confederation censuses.
District district (County or Electoral District) number
SubDistrict subdistrict (Township) identifier within district
Division optional division number within subdistrict
Page page number

The parameter values should be such as to only return a single page from the census database.

Example of Census Form Display

Next: CensusGetDistricts.php

Clone this wiki locally