|
||||||
|
You may click on the image above for a larger view. Please note this is larger file and will take a little more time to load on computers with slower connections. ".chr($x).""; else echo "".chr($x)." "; } echo "Original View"; $letter = $_GET["letter"]; if (isset($letter)) { $qrySurname = "SELECT * FROM `mps_Com_1956-SG` WHERE surname LIKE '$letter%' ORDER BY surname"; } else { $qrySurname = "SELECT * FROM `mps_Com_1956-SG` 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']; $title[] = $row['title']; $given[] = $row['given']; $row_num[] = $row['row_num']; $position[] = $row['position']; $add_info[] = $row['add_info']; } echo "
If you know the names of any of the above individuals, please contact us with the name, row # (Row#1=bottom), and position # (starting from the left). Example: (Dalia) Emilia Indreika, Third Row (from bottom), Fifth from Left. 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 or if you would like to share similar pictures or information on another church, school, etc. please contact us at history@lithuaniangenealogy.org. |