St. Casimir Church of Worcester, MA
1920 Membership List

Compiled by: The Late George Rodgers
Database Upgrade Volunteer:
Website/Database design by: Richard Gostautas


All databases are copyrighted © 1999-2010 by LGGS.
Commercial use or reproduction in any form is strictly prohibited.


The following record is a portion of the list of members of the St. Casimirs Lithuanian RC Church in
Worcester, MA. It was compiled from a commemorative booklet distributed by the church
and does not necessarily contain the names of every member of the church..

[The Lithuanian Global Genealogical Society is seeking addition data from Massachusetts.
If you have access to Lithuanian church records, cemetery records, or census files, please
contact us at webmaster@lithuaniangenealogy.org
]



".chr($x).""; else echo "".chr($x)." "; } echo "Refresh Database"; $letter = $_GET["letter"]; if (isset($letter)) { $qrySur = "SELECT * FROM st_casimir WHERE sc_surname LIKE '$letter%' ORDER BY sc_surname"; } else { $qrySur = "SELECT * FROM st_casimir ORDER BY sc_surname"; } $result = mysql_query($qrySur); $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['sc_surname']; $firstname[] = $row['sc_firstname']; } echo "\n"; for ($i = 0; $i < $rows; $i++) { echo ""; for ($j = 0; $j <$columns; $j++) { echo ""; } echo "
  • ".$surname[$i + ($j * $rows)].", ".$firstname[$i + ($j * $rows)].""; } echo "
  • "; $today = date("l dS of F Y h:i a"); print "
    Today is $today (server time)
    "; ?>

    Top | Back to Database Main Page

    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