|
The following records contain a listing of the births
compiled from the 1903-1953 Golden
Anniversary Yearbook. We will continue to add following years
to this database, so
check back often. The records are arranged alphabetically by the surname
of the child.
[ This church has closed. If you have any information
as to the location of where these
records are being kept, please send an email with the complete name,
address
and any other additional contact information to webmaster@lithuaniangenealogy.org
]
".chr($x)."";
else
echo "".chr($x)." ";
}
echo "Refresh Database";
$letter = $_GET["letter"];
if (isset($letter))
{
$qryBirth = "SELECT * FROM st_francis1 WHERE bi_surname LIKE '$letter%' ORDER BY bi_surname";
} else {
$qryBirth = "SELECT * FROM st_francis1 ORDER BY bi_surname";
}
$result = mysql_query($qryBirth);
$num_rows = mysql_num_rows($result);
echo " (Total Number of Records in Database:
$num_rows)
";
echo "";
echo "";
echo "| Name of Child | ";
echo "Date of Birth | ";
echo "Date of Christening | ";
echo "Year | ";
echo " ";
while ($row = mysql_fetch_array($result))
{
echo "";
echo "| {$row['bi_surname']}, {$row['bi_firstname']} | ";
echo "{$row['dt_birth']} | ";
echo "{$row['dt_christening']} | ";
echo "{$row['dt_year']} | ";
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
|