Immaculate Conception Church -Chicago, IL
Diamond Jubilee Yearbook: 1914-1989

Compiled by: Arleen Gould
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 names in this database were abstracted from the Diamond Jubilee Year Book of Immaculate Conception Church, Chicago, Illinois, 1914-1989. Compiled from the "In Memoriam ..." section, they are deceased members of Immaculate Conception's parish.

If you have additional information on any name listed below (date of birth, marriage, death, etc.),
please contact us so that we may include this information!



".chr($x).""; else echo "".chr($x)." "; } echo "Original View"; $letter = $_GET["letter"]; if (isset($letter)) { $qrySurname = "SELECT * FROM immaculate_cc_chicago WHERE surname LIKE '$letter%' ORDER BY surname"; } else { $qrySurname = "SELECT * FROM immaculate_cc_chicago 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']; $remarks[] = $row['remarks']; } echo "\n"; for ($i = 0; $i < $rows; $i++) { echo ""; for ($j = 0; $j <$columns; $j++) { echo ""; } echo "
".$surname[$i + ($j * $rows)].", ".$given[$i + ($j * $rows)]."
Remarks: ".$remarks[$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