The image below was taken from the
St. George Church (Bridgeport area) - Golden Jubilee Book 1892-1942.
You may click on the image above for a larger view. Please note this
file is larger and will take a little more time to load on computers
with slower connections.
If you know the names of any of the above individuals, please
contact us
with the name (First name, Surname),
row # (starting from bottom), and position # (starting from the left).
Example: Aldona Jukaitis, Row 1, 3rd from the left.
".chr($x)."";
else
echo "".chr($x)." ";
}
echo "Original View";
$letter = $_GET["letter"];
if (isset($letter))
{
$qrySurname = "SELECT * FROM `mps_Womens_Prayer_Group-SG` WHERE surname LIKE '$letter%' ORDER BY surname";
} else {
$qrySurname = "SELECT * FROM `mps_Womens_Prayer_Group-SG` ORDER BY `surname`";
}
$result = mysql_query($qrySurname);
//Need to know the number of rows, so use this line
$num_rows = mysql_num_rows($result);
echo "
(Total Number of Records in Database:
$num_rows)
";
//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'];
$title[] = $row['title'];
$row_num[] = $row['row_num'];
$position[] = $row['position'];
$add_info[] = $row['add_info'];
}
echo "
\n";
for ($i = 0; $i < $rows; $i++) {
echo "";
for ($j = 0; $j <$columns; $j++) {
echo "".$surname[$i + ($j * $rows)].", ".$title[$i + ($j * $rows)]." ".$given[$i + ($j * $rows)]." R:".$row_num[$i + ($j * $rows)].", P:".$position[$i + ($j * $rows)]." ".$add_info[$i + ($j * $rows)]."";
}
echo " |
";
}
//echo "";
//echo "";
//echo "| Name | ";
//echo "Row | ";
//echo "Position | ";
//echo "
";
//while ($row = mysql_fetch_array($result))
//{
//echo "";
//echo "| {$row['surname']}, {$row['given']} | ";
//echo "Row: {$row['row_num']}";
//echo "Position: {$row['position']}";
//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