|
This page contains a listing of those buried at Lithuanian
Grand Duke Vytautas Society Cemetery located directly north of
Annunciation BVM Cemetery in Butler Township's Englewood section (In
Frackville-just west of borough limits in Butler Township). It is
currently
maintained by St. Michael's Ukrainian Catholic Church. There is no
deed of record, but the organization Lietuvos D.K. Vytauto Draugytes
of Gilberton,
PA. was chartered on
March 15, 1915 with the following charter members:
Bortnykas, William |
Roach, William |
Rice, Joseph |
Ruduolos, Peter |
Kopachus, R. |
Saduskie, William |
Burtnick, M. |
Rice, A.J. |
Skucas, W. |
|
LIETUVOS D.K. - VYTAUTO DRAUGYSTES, Inc. of Gilberton,
PA |
".chr($x)."";
else
echo "".chr($x)." ";
}
echo "Original View";
$letter = $_GET["letter"];
if (isset($letter))
{
$qrySurname = "SELECT * FROM LGDVSC WHERE surname LIKE '$letter%' ORDER BY surname";
} else {
$qrySurname = "SELECT * FROM LGDVSC 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'];
$dob[] = $row['dob'];
$dod[] = $row['dod'];
$inscrip[] = $row['inscrip'];
}
echo "\n";
for ($i = 0; $i < $rows; $i++) {
echo "";
for ($j = 0; $j <$columns; $j++) {
echo "".$surname[$i + ($j * $rows)].", ".$given[$i + ($j * $rows)]." Date of Birth: ".$dob[$i + ($j * $rows)]." Date of Death: ".$dod[$i + ($j * $rows)]." Inscription/Remarks: ".$inscrip[$i + ($j * $rows)]."";
}
echo " | ";
}
//echo "";
//echo "";
//echo "| Name | ";
//echo "Inscription | ";
//echo " ";
//while ($row = mysql_fetch_array($result))
//{
//echo "";
//echo "{$row['lgdvsc_surname']}, {$row['lgdvsc_given']} Date of Birth: {$row['lgdvsc_dob']} Date of Death: {$row['lgdvsc_dod']} | ";
//echo "Inscription: {$row['lgdvsc_inscrip']}
| ";
//echo " ";
//}
echo " ";
$today = date("l dS of F Y h:i a");
print "Today is $today (server time)";
?>
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
|