{"id":2037,"date":"2012-04-27T09:50:47","date_gmt":"2012-04-27T12:20:47","guid":{"rendered":"http:\/\/www.fhsnl.ca\/?page_id=2037"},"modified":"2021-01-01T14:11:40","modified_gmt":"2021-01-01T17:41:40","slug":"testing-2","status":"publish","type":"page","link":"https:\/\/www.fhsnl.ca\/?page_id=2037","title":{"rendered":"Testing 2"},"content":{"rendered":"<style type=\"text\/css\" media=\"print\">\n* { overflow : visible ! important; }\n#access .menu-header,\n#access2 .menu-header,\ndiv.menu,\n#colophon,\n#branding,\n#main,\n#wrapper {\n\tmargin: 0 0;\n\twidth: 1940px;\n}\n#wrapper {\n\tbackground: #555;\n\tmargin-top: 2px;\n\tpadding: 0 0 0 0;\n#main {\n\tclear: both;\n\toverflow: hidden;\n\tpadding: 0 0 0 0;\n}\n}<\/p>\n<\/style>\n<style type=\"text\/css\">\n#wrapper {max-width:1940px;margin:20px 30px;auto;\nfont-family: Arial, Helvetica, sans-serif;\nfont-size: 0.90em;\n}\n#footer {background-color: #FEF3DD;}\n#first{display: none;}\n#second{display: none;}\n#third{display: none;}\n#fourth{display: none;}<\/p>\n<p>form.srch {\ndisplay : inline;\n}<\/p>\n<p>table.results {\n\tborder-bottom-width: 2px;\n\tborder-bottom-style: solid;\n\tborder-bottom-color: #666;\n}\nth.results {\n\tbackground-color: #900000;\n\tcolor: #FFFFFF;\n\theight: 100%;\n\tborder-right-width: 1px;\n\tborder-right-style: solid;\n\tborder-right-color: #666;\n\tborder-left-color: #666;\n#        padding: 5px 10px;\n}\ntr.MyHeader {\n\tbackground-color: #900000;\n\tcolor: #FFFFFF;\n\theight: 100%;\n\tborder-right-width: 1px;\n\tborder-left-width: 1px;\n\tborder-right-style: solid;\n\tborder-left-style: solid;\n\tborder-right-color: #666;\n\tborder-left-color: #666;\n#        padding: 5px 10px;\nfont-family: Arial, Helvetica, sans-serif;\nfont-size: 1.20em;\n}\ntr.results {\n\theight: 100%;\n\tborder: 1px solid #666;\n}\n.treven {\n\tbackground-color: #CCC;\n\tborder-left: thin solid #999;\n\tborder-right: thin solid #999;\n\tcolor: #000;\n}\n.trodd {\n\tbackground-color: #999;\n\tborder-left: thin solid #999;\n\tborder-right: thin solid #999;\n\tcolor: #000;\n}\ntd.results {\n \tborder-right-width: 1px;\n\tborder-right-style: solid;\n\tborder-right-color: #666;\n\tborder-left-color: #666;\n#        padding: 5px 10px;\n}\ntd.results-center {\n \tborder-right-width: 1px;\n\tborder-right-style: solid;\n\tborder-right-color: #666;\n\tborder-left-color: #666;\n#        padding: 5px 10px;\n        text-align:center;\n}<\/p>\n<\/style>\n<style type=\"text\/css\">\n.paginate {\nfont-family: Arial, Helvetica, sans-serif;\nfont-size: .8em;\n}\n.paginatebutton {\n  display : inline;\n  border: 1px solid #000080;\n  padding: 0px 3px 0px 3px;\n  color: #000080;\n  font-family: Arial, Helvetica, sans-serif;\n  font-size: .8em;\n  text-decoration: none;\n}\n.paginatebutton:hover {\n    background: #000080;\n    color: #FFF;\n    cursor: pointer;\n    text-decoration: underline;\n}\na.paginate {\nborder: 1px solid #000080;\npadding: 2px 6px 2px 6px;\ntext-decoration: none;\ncolor: #000080;\n}\na.paginate:hover {\nbackground-color: #000080;\ncolor: #FFF;\ntext-decoration: underline;\n}\na.current {\nborder: 1px solid #000080;\nfont: bold .8em Arial,Helvetica,sans-serif;\npadding: 2px 6px 2px 6px;\ncursor: default;\nbackground:#000080;\ncolor: #FFF;\ntext-decoration: none;\n}\nspan.inactive {\nborder: 1px solid #999;\nfont-family: Arial, Helvetica, sans-serif;\nfont-size: .8em;\npadding: 2px 6px 2px 6px;\ncolor: #999;\ncursor: default;\n}\n<\/style>\n<p><\/head><\/p>\n<p><?php\n$warn = 0;\nif (!is_user_logged_in()) { $warn = 1; }\nelse if (current_user_is(\"s2member_level0\")) { $warn = 1; }\nelse if (current_user_is(\"s2member_level1\")) { $warn = 1; }\nif ($warn == 1)\n{ ?><br \/>\n<b>Searching of the FHSNL Vital Statistics Births Database can only be performed by FHSNL members who are logged in to our website.<\/b><\/p>\n<p>If you are not a FHSNL member, then you can find details on how to join the society by <a href=\"\/\/www.fhsnl.ca\/?page_id=474\">clicking here<\/a>.<\/p>\n<p>If you are a member, then you should <a href=\"\/\/www.fhsnl.ca\/wp-login.php\">login<\/a> in order to search this database.  If you have not yet registered on our website, then you will first need to <a href=\"\/\/www.fhsnl.ca\/wp-login.php?action=register\">register<\/a> and obtain a password to login.<\/p>\n<p><?php }\n\nif ($warn == 0)\n{\n\n\/\/ Added in December 2018 to try to avoid mismatching variable error detected by WP...\nfunction my_filter_function_name(  $string  ) { \n  $string +=  ['form' => array ('class' => True, 'action' => True, 'method' => True, 'style' => True)];<br \/>\n  $string +=  ['input' => array ('class' => True, 'action' => True, 'method' => True, 'style' => True)];<br \/>\n  $string +=  ['select' => array ('class' => True, 'action' => True, 'method' => True, 'style' => True)];<br \/>\n  return $string;<br \/>\n}<br \/>\nadd_filter( 'pre_kses', 'my_filter_function_name' );<\/p>\n<p>?><\/p>\n<p><?php\n\/\/define('__ROOT__', dirname(dirname(__FILE__)));\n\/\/require_once(__ROOT__.'\/config.php);\n\/\/echo __ROOT__;\n\nrequire_once '\/home\/fhsnl\/public_html\/DatabaseUtils\/paginator.classV4.php';\n\n\/\/if (!is_user_logged_in()) { echo \"not logged in\"; }\n\/\/else {echo \"yes logged in\"; }\n\n    $db_host = \"localhost\";\n    $db_name = \"fhsnl_VitalStats\";\n    $db_login = \"fhsnl_VSuser\";\n    $db_pass= \"X65rt91x32I\";\n    $link = mysql_connect ($db_host,$db_login,$db_pass);\n    if (!$link) {\n        die (\"Error: \" . mysql_error());\n    }\n    mysql_select_db ($db_name);\n\n\n\/\/sets all values in form to php variables\n\n        $ChildForename = $_POST['ChildForename'];\n        $FatherSurname = $_POST['FatherSurname'];\n        $FatherForename = $_POST['FatherForename'];\n        $FatherTitle = $_POST['FatherTitle'];\n\n        $MotherSurname = $_POST['MotherSurname'];\n        $MotherForename = $_POST['MotherForename'];\n        $MotherTitle = $_POST['MotherTitle'];\n\n\t$BirthYear = $_POST['BirthYear'];\n\t$BirthRadius = $_POST['BirthRadius'];\n\t$BirthBefore = $BirthYear - $BirthRadius;\n\t$BirthAfter = $BirthYear + $BirthRadius;\n\t$BirthMonth = $_POST['BirthMonth'];\n\t$BirthDay = $_POST['BirthDay'];\n\t$BirthPlace = $_POST['BirthPlace'];\n\n\t$BaptYear = $_POST['BaptYear'];\n\t$BaptRadius = $_POST['BaptRadius'];\n\t$BaptBefore = $BaptYear - $BaptRadius;\n\t$BaptAfter = $BaptYear + $BaptRadius;\n\t$BaptMonth = $_POST['BaptMonth'];\n\t$BaptDay = $_POST['BaptDay'];\n\t$Parish = $_POST['Parish'];\n\n        $Sex = $_POST['Sex'];\n\t$FatherOccupation = $_POST['FatherOccupation'];\n        $FamilyReligion = $_POST['FamilyReligion'];\n        $BaptBy = $_POST['BaptBy'];\n\t$Remarks = $_POST['Remarks'];\n        $FHSNLnotes = $_POST['FHSNLnotes'];\n\t$VolumeNumber = $_POST['VolumeNumber'];\n        $VolumeReligion = $_POST['VolumeReligion'];\n        $PageNumber = $_POST['PageNumber'];\n        $NumberOnPage = $_POST['NumberOnPage'];\n        $TranscribedBy = $_POST['TranscribedBy'];\n        $DateTranscribed = $_POST['DateTranscribed'];\n        $AgeWhenBapt = $_POST['AgeWhenBapt'];\n\t$sortby = $_POST['sortby'];\n\n\t\/\/divides into smaller sql pieces for filled in form input.\n\n\tif($ChildForename)$piece[] .= \"`ChildForename` LIKE '%$ChildForename%'\";\n\tif($FatherSurname)$piece[] .= \"`FatherSurname` LIKE '%$FatherSurname%'\";\n\tif($FatherForename)$piece[] .= \"`FatherForename` LIKE '%$FatherForename%'\";\n\tif($FatherTitle)$piece[] .= \"`FatherTitle` LIKE '%$FatherTitle%'\";\n\tif($MotherSurname)$piece[] .= \"`MotherSurname` LIKE '%$MotherSurname%'\";\n\tif($MotherForename)$piece[] .= \"`MotherForename` LIKE '%$MotherForename%'\";\n\tif($MotherTitle)$piece[] .= \"`MotherTitle` LIKE '%$MotherTitle%'\";\n\n\tif($BirthYear)$piece[] .= \"`BirthYear` BETWEEN '$BirthBefore' AND '$BirthAfter'\";\n\tif($BirthMonth)$piece[] .= \"`BirthMonth` LIKE '%$BirthMonth%'\";\n\tif($BirthDay)$piece[] .= \"`BirthDay` LIKE '%$BirthDay%'\";\n\tif($BirthPlace)$piece[] .= \"`BirthPlace` LIKE '%$BirthPlace%'\";\n\tif($BaptYear)$piece[] .= \"`BaptYear` BETWEEN '$BaptBefore' AND '$BaptAfter'\";\n\tif($BaptMonth)$piece[] .= \"`BaptMonth` LIKE '%$BaptMonth%'\";\n\tif($BaptDay)$piece[] .= \"`BaptDay` LIKE '%$BaptDay%'\";\n\tif($Parish)$piece[] .= \"`Parish` LIKE '%$Parish%'\";\n\n\tif($Sex)$piece[] .= \"`Sex` LIKE '%$Sex%'\";\n\tif($FatherOccupation)$piece[] .= \"`FatherOccupation` LIKE '%$FatherOccupation%'\";\n\tif($FamilyReligion)$piece[] .= \"`FamilyReligion` LIKE '%$FamilyReligion%'\";\n\tif($BaptBy)$piece[] .= \"`BaptBy` LIKE '%$BaptBy%'\";\n\tif($Remarks)$piece[] .= \"`Remarks` LIKE '%$Remarks%'\";\n\tif($FHSNLnotes)$piece[] .= \"`FHSNLnotes` LIKE '%$FHSNLnotes%'\";\n\tif($VolumeNumber)$piece[] .= \"`VolumeNumber` = '$VolumeNumber'\";\n\tif($VolumeReligion)$piece[] .= \"`VolumeReligion` LIKE '%$VolumeReligion%'\";\n\n\tif($PageNumber)$piece[] .= \"`PageNumber` = '$PageNumber'\";\n\tif($NumberOnPage)$piece[] .= \"`NumberOnPage` = '$NumberOnPage'\";\n\n        if($TranscribedBy)$piece[] .= \"`TranscribedBy` = '$TranscribedBy'\";\n        if($DateTranscribed)$piece[] .= \"`DateTranscribed` LIKE '%$DateTranscribed%'\";\n        if($AgeWhenBapt)$piece[] .= \"`AgeWhenBapt` LIKE '%$AgeWhenBapt%'\";\n\n\t\/\/if submit button is pressed it runs the search query.\n\t\/\/echo \"Matthew\";\n    \/\/if(isset($_POST['submit'])){\n\n\n  if(!isset($piece))\n     {\n     echo \"You must enter at least one search parameter on the search page.\";\n?><\/p>\n<p>\n<a href=\"\/\/www.fhsnl.ca\/?page_id=2185\">Click here<\/a> to go to the search page.<br \/>\n<?php \n     }\n  else\n    {\n    $sqlend = implode(\" AND \",$piece);\n    $sql = mysql_query(\"SELECT * FROM `BIRTHS` WHERE $sqlend\");\n    $rows = mysql_num_rows($sql);\n\n\n\n\/\/\t$conn = new PDO('mysql:dbname=fhsnl_VitalStats;host=localhost', 'fhsnl_VSuser', 'X65rt91x32I');\n\/\/\t$conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);<br \/>\n\/\/\t$rows = $conn->query('SELECT COUNT(*) FROM BIRTHS WHERE $sqlend')->fetchColumn();<\/p>\n<p>\/\/echo $rows;<br \/>\n\/\/if nothing found prints out the following.<br \/>\nif($rows == 0)<br \/>\n       echo \"No results were found\";<br \/>\nelse<br \/>\n{<\/p>\n<p>    $page_rows = 25;<\/p>\n<p>    $pages = new Paginator($rows,7,array(10,5,10,15,20));<\/p>\n<p>\/\/    $pages->items_total = $rows;<br \/>\n\/\/    $pages->mid_range = 7;<br \/>\n\/\/    $pages->paginate();<\/p>\n<p>    if ($sortby != \"\")<br \/>\n       \/\/ $sql_p = mysql_query(\"SELECT * FROM `BIRTHS` WHERE $sqlend ORDER BY $sortby $pages->limit\");<br \/>\n       $sql_p = mysql_query(\"SELECT * FROM `BIRTHS` WHERE $sqlend ORDER BY $sortby LIMIT $pages->limit_start,$pages->limit_end\");<br \/>\n    else<br \/>\n       \/\/$sql_p = mysql_query(\"SELECT * FROM `BIRTHS` WHERE $sqlend $pages->limit\") or die(mysql_error());<br \/>\n       \/\/$stmt = $conn->prepare(\"SELECT * FROM `BIRTHS` WHERE $sqlend LIMIT :start,:end\");<br \/>\n       $sql_p = mysql_query(\"SELECT * FROM `BIRTHS` WHERE $sqlend LIMIT $pages->limit_start,$pages->limit_end\") or die(mysql_error());<\/p>\n<p>\/\/$stmt->bindParam(':start', $pages->limit_start, PDO::PARAM_INT);<br \/>\n\/\/$stmt->bindParam(':end', $pages->limit_end, PDO::PARAM_INT);<br \/>\n\/\/$stmt->execute();<br \/>\n\/\/$result = $stmt->fetchAll();<\/p>\n<p>    \/\/construct the table.<br \/>\n$MyHeaderTD = \"<\/p>\n<td style=\\\"background-color: #900000;color: #FFFFFF;height: 100%;border-right-width: 1px;border-right-style: solid;border-right-color: #666;border-left-color: #666;padding: 5px 10px;\\\">\";<\/p>\n<p>echo \"<\/p>\n<div style=\\\"width:1200px;overflow-x:auto;\\\">\";<br \/>\n#echo \"<\/p>\n<table class=\\\"results\\\">\";<br \/>\necho \"<\/p>\n<table style=\\\"border-bottom-width: 2px;border-bottom-style: solid;border-bottom-color: #666;\\\">\";<br \/>\necho \"<\/p>\n<tr style=\\\"background-color: #900000;color: #FFFFFF;height: 100%;border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;border-right-color: #666;border-left-color: #666;font-family: Arial, Helvetica, sans-serif;font-size: 1.15em;\\\">\".$MyHeaderTD.\"Vol. No.<\/td>\n<p>\".$MyHeaderTD.\"Parish<\/td>\n<p>\".$MyHeaderTD.\"Birth Year<\/td>\n<p>\".$MyHeaderTD.\"Birth Month<\/td>\n<p>\".$MyHeaderTD.\"Birth Day<\/td>\n<p>\".$MyHeaderTD.\"Place of Birth<\/td>\n<p>\".$MyHeaderTD.\"Sex<\/td>\n<p>\".$MyHeaderTD.\"Child's Forename<\/td>\n<p>\".$MyHeaderTD.\"Father's Surname<\/td>\n<p>\".$MyHeaderTD.\"Father's Forename<\/td>\n<p>\".$MyHeaderTD.\"Father's Title<\/td>\n<p>\".$MyHeaderTD.\"Mother's Forename<\/td>\n<p>\".$MyHeaderTD.\"Mother's Surname<\/td>\n<p>\".$MyHeaderTD.\"Mother's Title<\/td>\n<p>\".$MyHeaderTD.\"Bapt. Year<\/td>\n<p>\".$MyHeaderTD.\"Bapt. Month<\/td>\n<p>\".$MyHeaderTD.\"Bapt. Day<\/td>\n<p>\".$MyHeaderTD.\"Age<\/td>\n<p>\".$MyHeaderTD.\"Father's Occupation<\/td>\n<p>\".$MyHeaderTD.\"Family's Religion<\/td>\n<p>\".$MyHeaderTD.\"By Whom Baptized<\/td>\n<p>\".$MyHeaderTD.\"Volume Denomination<\/td>\n<p>\".$MyHeaderTD.\"Vol. Page No.<\/td>\n<p>\".$MyHeaderTD.\"No. on Page<\/td>\n<p>\".$MyHeaderTD.\"Remarks<\/td>\n<p>\".$MyHeaderTD.\"FHSNL Notes<\/td>\n<p>\".$MyHeaderTD.\"FHSNL Transcriber<\/td>\n<p>\".$MyHeaderTD.\"Date Transcribed<\/td>\n<p>\".$MyHeaderTD.\"Unique Record No.<\/td>\n<\/tr>\n<p>\";<\/p>\n<p>$MyTD = \"<\/p>\n<td style=\\\"border-right-width: 1px;border-right-style: solid;border-right-color: #666;border-left-color: #666;padding: 5px 10px;\\\">\";<br \/>\n$MyTDcenter = \"<\/p>\n<td style=\\\"border-right-width: 1px;border-right-style: solid;border-right-color: #666;border-left-color: #666;text-align:center;padding: 5px 10px;\\\">\";<\/p>\n<p>\t$k = 0;<br \/>\n\twhile($row = mysql_fetch_array($sql_p))<br \/>\n\/\/\tforeach($result as $row)<br \/>\n\t{<br \/>\n\t\tif($k % 2 == 0)<br \/>\n\t\t\t{<br \/>\n\t\t\t\/\/ echo '<\/p>\n<tr class = \"treven\">';<br \/>\n\t\t\techo '<\/p>\n<tr style=\"background-color: #CCC;border-left:thin solid #999;border-right:thin solid #999;font-size:1.04em;\">';<br \/>\n                     }<br \/>\n\t\telse<br \/>\n\t\t\t{<br \/>\n\t\t\t\/\/ echo '<\/p>\n<tr class = \"trodd\">';<br \/>\n\t\t\techo '<\/p>\n<tr style=\"background-color: #999;border-left:thin solid #999;border-right:thin solid #999;font-size:1.04em;\">';<br \/>\n\t\t\t}<\/p>\n<p>#    \t\techo \"<\/p>\n<td class=\\\"results-center\\\">\".$row['VolumeNumber'].\"<\/td>\n<p>\";<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['Parish'].\"<\/td>\n<p>\";<\/p>\n<p>    \t\techo $MyTDcenter.$row['VolumeNumber'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTD.$row['Parish'].\"<\/td>\n<p>\";<\/p>\n<p>                if ($row['BirthYear'] > 0)<br \/>\n                   {<br \/>\n#      \t\t   echo \"<\/p>\n<td class=\\\"results\\\">\".$row['BirthYear'].\"<\/td>\n<p>\";<br \/>\n      \t\t   echo $MyTD.$row['BirthYear'].\"<\/td>\n<p>\";<br \/>\n                   }<br \/>\n                else<br \/>\n                   {<br \/>\n#       \t\t   echo \"<\/p>\n<td class=\\\"results\\\"><\/td>\n<p>\";<br \/>\n       \t\t   echo $MyTD.\"<\/td>\n<p>\";<br \/>\n                   }<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['BirthMonth'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTD.$row['BirthMonth'].\"<\/td>\n<p>\";<br \/>\n                if ($row['BirthDay'] > 0)<br \/>\n                   {<br \/>\n#    \t\t   echo \"<\/p>\n<td class=\\\"results-center\\\">\".$row['BirthDay'].\"<\/td>\n<p>\";<br \/>\n    \t\t   echo $MyTDcenter.$row['BirthDay'].\"<\/td>\n<p>\";<br \/>\n                   }<br \/>\n                else<br \/>\n                   {<br \/>\n#       \t\t   echo \"<\/p>\n<td class=\\\"results\\\"><\/td>\n<p>\";<br \/>\n       \t\t   echo $MyTD.\"<\/td>\n<p>\";<br \/>\n                   }<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['BirthPlace'].\"<\/td>\n<p>\";<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results-center\\\">\".$row['Sex'].\"<\/td>\n<p>\";<\/p>\n<p>    \t\techo $MyTD.$row['BirthPlace'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTDcenter.$row['Sex'].\"<\/td>\n<p>\";<\/p>\n<p>#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['ChildForename'].\"<\/td>\n<p>\";<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['FatherSurname'].\"<\/td>\n<p>\";<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['FatherForename'].\"<\/td>\n<p>\";<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['FatherTitle'].\"<\/td>\n<p>\";<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['MotherForename'].\"<\/td>\n<p>\";<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['MotherSurname'].\"<\/td>\n<p>\";<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['MotherTitle'].\"<\/td>\n<p>\";<\/p>\n<p>    \t\techo $MyTD.$row['ChildForename'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTD.$row['FatherSurname'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTD.$row['FatherForename'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTD.$row['FatherTitle'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTD.$row['MotherForename'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTD.$row['MotherSurname'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTD.$row['MotherTitle'].\"<\/td>\n<p>\";<\/p>\n<p>                if ($row['BaptYear'] > 0)<br \/>\n                   {<br \/>\n#       \t\t   echo \"<\/p>\n<td class=\\\"results\\\">\".$row['BaptYear'].\"<\/td>\n<p>\";<br \/>\n       \t\t   echo $MyTD.$row['BaptYear'].\"<\/td>\n<p>\";<br \/>\n                   }<br \/>\n                else<br \/>\n                   {<br \/>\n#       \t\t   echo \"<\/p>\n<td class=\\\"results\\\"><\/td>\n<p>\";<br \/>\n       \t\t   echo $MyTD.\"<\/td>\n<p>\";<br \/>\n                   }<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['BaptMonth'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTD.$row['BaptMonth'].\"<\/td>\n<p>\";<br \/>\n                if ($row['BaptDay'] > 0)<br \/>\n                   {<br \/>\n#    \t\t   echo \"<\/p>\n<td class=\\\"results-center\\\">\".$row['BaptDay'].\"<\/td>\n<p>\";<br \/>\n    \t\t   echo $MyTDcenter.$row['BaptDay'].\"<\/td>\n<p>\";<br \/>\n                   }<br \/>\n                else<br \/>\n                   {<br \/>\n#       \t\t   echo \"<\/p>\n<td class=\\\"results\\\"><\/td>\n<p>\";<br \/>\n       \t\t   echo $MyTD.\"<\/td>\n<p>\";<br \/>\n                   }<br \/>\n#               echo \"<\/p>\n<td class=\\\"results\\\">\".$row['AgeWhenBapt'].\"<\/td>\n<p>\";<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['FatherOccupation'].\"<\/td>\n<p>\";<br \/>\n#               echo \"<\/p>\n<td class=\\\"results\\\">\".$row['FamilyReligion'].\"<\/td>\n<p>\";<br \/>\n#   \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['BaptBy'].\"<\/td>\n<p>\";<\/p>\n<p>                echo $MyTD.$row['AgeWhenBapt'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTD.$row['FatherOccupation'].\"<\/td>\n<p>\";<br \/>\n                echo $MyTD.$row['FamilyReligion'].\"<\/td>\n<p>\";<br \/>\n   \t\techo $MyTD.$row['BaptBy'].\"<\/td>\n<p>\";<\/p>\n<p>#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['VolumeReligion'].\"<\/td>\n<p>\";<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results-center\\\">\".$row['PageNumber'].\"<\/td>\n<p>\";<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results-center\\\">\".$row['NumberOnPage'].\"<\/td>\n<p>\";<\/p>\n<p>    \t\techo $MyTD.$row['VolumeReligion'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTD.$row['PageNumber'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTD.$row['NumberOnPage'].\"<\/td>\n<p>\";<\/p>\n<p>#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['Remarks'].\"<\/td>\n<p>\";<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results\\\">\".$row['FHSNLnotes'].\"<\/td>\n<p>\";<\/p>\n<p>    \t\techo $MyTD.$row['Remarks'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTD.$row['FHSNLnotes'].\"<\/td>\n<p>\";<\/p>\n<p>#    \t\techo \"<\/p>\n<td class=\\\"results-center\\\">\".$row['TranscribedBy'].\"<\/td>\n<p>\";<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results-center\\\">\".$row['DateTranscribed'].\"<\/td>\n<p>\";<br \/>\n#    \t\techo \"<\/p>\n<td class=\\\"results-center\\\">\".$row['UniqueID'].\"<\/td>\n<p>\";<\/p>\n<p>    \t\techo $MyTDcenter.$row['TranscribedBy'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTDcenter.$row['DateTranscribed'].\"<\/td>\n<p>\";<br \/>\n    \t\techo $MyTDcenter.$row['UniqueID'].\"<\/td>\n<p>\";<\/p>\n<p>\t\techo \"<\/tr>\n<p>\";<\/p>\n<p>\t\t$k++;<br \/>\n\t}<br \/>\n\techo \"<\/table>\n<p>\";<br \/>\n        echo \"<\/p><\/div>\n<p>\";<\/p>\n<p> echo \"<\/p>\n<p>\";<br \/>\n echo $pages->display_pages();<br \/>\n# echo \"\\n\";<br \/>\n# echo \"xxx\";<br \/>\n#xxx<br \/>\n\/\/ echo $pages->display_jump_menu(); echo \" \";<br \/>\n\/\/ echo $pages->display_items_per_page();<\/p>\n<p>}<br \/>\n}<\/p>\n<p>?><\/p>\n<p><?php } ?><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Searching of the FHSNL Vital Statistics Births Database can only be performed by FHSNL members who are logged in to our website. If you are not a FHSNL member, then you can find details on how to join the society <span class=\"excerpt-dots\">&hellip;<\/span> <a class=\"more-link\" href=\"https:\/\/www.fhsnl.ca\/?page_id=2037\"><span class=\"more-msg\">Continue reading &rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"paget-blank.php","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-2037","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.fhsnl.ca\/index.php?rest_route=\/wp\/v2\/pages\/2037","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fhsnl.ca\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.fhsnl.ca\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.fhsnl.ca\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fhsnl.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2037"}],"version-history":[{"count":6,"href":"https:\/\/www.fhsnl.ca\/index.php?rest_route=\/wp\/v2\/pages\/2037\/revisions"}],"predecessor-version":[{"id":4186,"href":"https:\/\/www.fhsnl.ca\/index.php?rest_route=\/wp\/v2\/pages\/2037\/revisions\/4186"}],"wp:attachment":[{"href":"https:\/\/www.fhsnl.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2037"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}