|
|||
The records in this database are a partial collection of information regarding the funeral records for St. Casimir's church. These records cover the years from 1897 to 1937 (a few years are missing). The records include the surname, given name, residence, age at time of death, place of birth (started recording some time in the 1930's), cause of death (if known), year of death (for years listed as zero - the person was less than 1 year old), and legibility. Legibility refers to the ability of the transcriber to decipher the records (pages were not in the best of shape and sometimes difficult to read) and ranked from 1-Good, 2-Fair and 3-Poor. LGGS does NOT have access or copies of these records. We received the information in a database from an anonymous contributer (whom we thank greatly). ".chr($x).""; else echo "".chr($x)." "; } echo "Original View"; $letter = $_GET["letter"]; if (isset($letter)) { $qrySurname = "SELECT * FROM st_casimir_fun WHERE surname LIKE '$letter%' ORDER BY surname"; } else { $qrySurname = "SELECT * FROM st_casimir_fun ORDER BY surname"; } $result = mysql_query($qrySurname); $num_rows = mysql_num_rows($result); echo " (Total Number of Records in Database: $num_rows) "; //Need to know the number of rows, so use this line $num_rows = mysql_num_rows($result); //Set a new variable called $rows $rows = ceil($num_rows / $columns); //For this vertical display, need to run another loop, which will populate an array with our values while($row = mysql_fetch_array($result)) { $surname[] = $row['surname']; $given[] = $row['given']; $residence[] = $row['residence']; $age[] = $row['age']; $place_of_birth[] = $row['place_of_birth']; $cause_death[] = $row['cause_death']; $yr_death[] = $row['yr_death']; $legibility[] = $row['legibility']; } echo "
If you have a database or information that you would like to put into our database, that pertains to Lithuanian genealogy, please contact us at webmaster@lithuaniangenealogy.org |