
This database lists the names of those from the St. George
Parish Class of 1962. The names are listed by row# (starting
from the top) and position # (from left to right).
You can click on the above photo for a larger scan of this
image. NOTE: The larger scan is approximately 2.6MB and may
take some time to load (up to 2 minutes) for those with a slower
internet connection.
".chr($x)."";
else
echo "
".chr($x)." ";
}
echo "
Original View";
$letter = $_GET["letter"];
if (isset($letter))
{
$qrySurname = "SELECT * FROM `mps_StGeorge_Class1962` WHERE surname LIKE '$letter%' ORDER BY surname";
} else {
$qrySurname = "SELECT * FROM `mps_StGeorge_Class1962` ORDER BY row_num";
}
$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)]."";
}
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