|
|||||||||||
This page contains a listing of those buried at Fawkner Memorial Park in Fawkner, Victoria, Australia. This database contains a partial listing of those of Lithuanian descent. The majority of Lithuanians buried in this cemetery arrived in Australia AFTER WWII. If you have additional information for any surname listed on this page drop Vytas a line. The following is the location of the cemetery via Google Maps!
".chr($x).""; else echo "".chr($x)." "; } echo "Original View"; $letter = $_GET["letter"]; if (isset($letter)) { $qrySurname = "SELECT * FROM fmp_melbourne WHERE surname LIKE '$letter%' ORDER BY surname"; } else { $qrySurname = "SELECT * FROM fmp_melbourne 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)) { $reg_num[] = $row['reg_num']; $surname[] = $row['surname']; $given[] = $row['given']; $age[] = $row['age']; $dob[] = $row['dob']; $dod[] = $row['dod']; $service[] = $row['service']; $location[] = $row['location']; $ser_type[] = $row['ser_type']; $gender[] = $row['gender']; $fun_dir[] = $row['fun_dir']; } 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 | |||||||||||