|
|||
|
All of us realize the importance of obituary notices in newspapers. Obits may reveal spouse's names, maiden names, family member names, and in some cases the kaimas[town] of birth or even the parish name in Lithuania. ”Draugas” (“The Friend”) is the only Lithuanian Daily that has been published abroad since July 25,1909 and is the oldest continuously published Lithuanian newspaper. Draugas is published daily (12 pages) except for Monday and Sunday. The Saturday issue runs 24 pages and includes a supplement on “Art, Literature, Science”. The following database gives the names and the date
the obit was published in either newspaper. Please note that not all
of the listings are obituary notices. There are notices for the anniversary
of the death and also a published thank-you from the family after the
funeral. The notices primarily cover Chicago but notices from other
states and from Lithuanian can also be found. ".chr($x).""; else echo "".chr($x)." "; } echo "Original View"; $letter = $_GET["letter"]; if (isset($letter)) { $qrySurname = "SELECT * FROM draugas_naujienas WHERE surname_en LIKE '$letter%' ORDER BY surname_en"; } else { $qrySurname = "SELECT * FROM draugas_naujienas ORDER BY surname_en"; } $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_en[] = $row['surname_en']; $surname[] = $row['surname']; $given[] = $row['given']; $remarks[] = $row['remarks']; $obit_date[] = $row['obit_date']; $newspaper[] = $row['newspaper']; } echo "
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 |