Census CensusForm.php - jcobban/Genealogy GitHub Wiki
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.

Next: CensusGetDistricts.php