{"id":338,"date":"1996-01-01T10:27:31","date_gmt":"1996-01-01T10:27:31","guid":{"rendered":"http:\/\/shrule.com\/?page_id=338"},"modified":"2018-08-24T19:23:42","modified_gmt":"2018-08-24T19:23:42","slug":"ancestor-search","status":"publish","type":"page","link":"http:\/\/www.shrule.com\/?page_id=338","title":{"rendered":"Ancestor search"},"content":{"rendered":"<p><img decoding=\"async\" src=\"http:\/\/shrule.com\/wp-content\/uploads\/2012\/02\/genealogy.png\" alt=\"Genealogy :: the  search for you ancestors\" title=\"Genealogy :: the  search for you ancestors\" width=\"600\" align=\"center\" \/><br \/>\n<?php\n\nglobal $wpdb;\n$pid    = $_REQUEST['page_id'];  \/\/ current page id in wordpress\n$submit =  $_REQUEST['submit'];\n$maps       = 1563 ;                   \/\/ page id for the map page \n$cn   =  $_REQUEST['cn'];      \n$sn   =  $_REQUEST['sn'];     \n$cp   =  $_REQUEST['cp'];   \n\n\nswitch($cn)\n   {  case ''   :  $f_cn = '%' ;      break;\n      case '*'  :  $f_cn = '%' ;      break;\n      case 'Any':  $f_cn = '%' ;      break;\n      default   :  $f_cn = $cn ;     \n\t}\nif( $f_cn == '%'  ){ $cn = 'Any' ; }  \/\/ firstname\n\nswitch($sn)\n   {   case ''  :   $f_sn = 'xxxxxxxx' ;   break;\n       case '*' :   $f_sn = 'xxxxxxxx' ;   break;\n       case '%' :   $f_sn = 'xxxxxxxx' ;   break;\n     default    :   $f_sn = $sn ;             \n    }\nif( $f_sn ==  'xxxxxxxx' ){ $sn = '' ; }  \/\/ surname\n\nswitch($cp)\n   {  case ''   :  $f_cp = 'ALL' ;   break;\n      case '*'  :  $f_cp = 'ALL' ;   break;\n      case '%'  :  $f_cp = 'ALL' ;   break;\n     default    :  $f_cp = $cp ; \n\t}\nif( $f_pn ==  'ALL' ){ $pn = 'ALL' ; }  \/\/ parish\n\n$co = '' ;    $ded='';       \/\/ initialise\n\nif(!isset($_REQUEST['submit']))\n  { \nPRINTF(\"This search page looks for surnames sounding like the one you enter  in the form below . If you want to enter a firstname , use a part of the name such as <b>Pat<\/b> for Patrick &#8211; this will get all the records entered as Pat , Patk and Patrick . If you leave this set to <i>Any<\/i>  it will include all firstnames. <br \/> ..Good luck&#8230;&#8221;);<\/p>\n<p>\/\/cn = first name  ,  sn = surname  , cp= parish<br \/>\n\/\/##########################################################################<br \/>\nPRINTF(&#8220;<\/p>\n<div class=\\\"formshrule\\\">&#8220;);<br \/>\nPRINTF(&#8220;<\/p>\n<form METHOD=\\\"POST\\\" ACTION=\\\"?page_id=$pid\\\">&#8220;);<\/p>\n<p>if(isset($_REQUEST[&#8216;submit&#8217;]))<br \/>\n    {    $submit   = mysql_real_escape_string($_REQUEST[&#8216;submit&#8217;]) ;   }<\/p>\n<p>PRINTF(&#8220;<\/p>\n<fieldset>\n<legend> Find your ancestors<\/legend>\n<p>&#8220;);<br \/>\n\/\/&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\nPRINTF(&#8220;<\/p>\n<table>&#8220;);<br \/>\nPRINTF(&#8220;<\/p>\n<tr>\n<td><label for=\\\"firstname\\\">First name ::<\/label><\/td>\n<td>&#8220;);<br \/>\nif(isset($_REQUEST[&#8216;cn&#8217;]))<br \/>\n           {   PRINTF(&#8220;<input TYPE=\\\"TEXT\\\" NAME=\\\"cn\\\" VALUE=\\\"$cn\\\" \/>&#8220;);               }<br \/>\n            ELSE{    PRINTF(&#8220;<input TYPE=\\\"TEXT\\\" NAME=\\\"cn\\\" VALUE=\\\"Any\\\" \/>&#8220;);    }<br \/>\nPRINTF(&#8220;<\/td>\n<\/tr>\n<p>&#8220;);<br \/>\n\/\/&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p>PRINTF(&#8220;<\/p>\n<tr>\n<td><label for=\\\"surname\\\">Surname or last name ::<\/label><\/td>\n<td>&#8220;);<br \/>\nif(isset($_REQUEST[&#8216;sn&#8217;]))<br \/>\n         {  PRINTF(&#8220;<input TYPE=\\\"TEXT\\\" NAME=\\\"sn\\\" VALUE=\\\"$sn\\\" \/>&#8220;);    }<br \/>\n          ELSE{ PRINTF(&#8220;<input TYPE=\\\"TEXT\\\" NAME=\\\"sn\\\" VALUE=\\\"\\\"\/>&#8220;);            }<br \/>\nPRINTF(&#8220;<\/td>\n<\/tr>\n<p>&#8220;);<br \/>\n\/\/&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p>printf(&#8220;<\/p>\n<tr>\n<td><label for=\\\"parish\\\">Select the Parish ::<\/label><\/td>\n<td>&#8220;);<\/p>\n<p>$query = $wpdb->prepare(<br \/>\n         &#8216;select civilparish,cpid FROM _grp_civilparish group by cpid&#8217; , 1  );<br \/>\n \/\/ count records in each table<br \/>\n$combo = $wpdb->get_results($query , ARRAY_N);<\/p>\n<p>printf(&#8220;<select NAME=\\\"cp\\\" CLASS=\\\"input_field\\\" \/>&#8220;);<br \/>\nif(isset($_REQUEST[&#8216;cp&#8217;]))<br \/>\n         {    $cp= $_REQUEST[&#8216;cp&#8217;] ;<br \/>\n               if($cp <> &#8216;ALL&#8217;){ printf(&#8220;<option VALUE=\\\"ALL\\\">All parishes<\/option>&#8220;); }<br \/>\n                 else{ printf(&#8220;<option VALUE=\\\"ALL\\\" SELECTED>All parishes<\/option>&#8220;); }          }<br \/>\n    else{printf(&#8220;<option VALUE=\\\"ALL\\\" SELECTED>All parishes<\/option>&#8220;);}<\/p>\n<p>foreach( $combo as $row )<br \/>\n\t{  $cp_code =  $row[1]  ;  \/\/substr($row[1],0,5) ;<br \/>\n       if($cp == $cp_code)<br \/>\n          { PRINTF(&#8220;<option VALUE=\\\"$cp_code\\\" SELECTED>$row[0]<\/option>&#8220;);    }<br \/>\n          else{ PRINTF(&#8221;<option VALUE=\\\"$cp_code\\\">$row[0]<\/option>&#8220;);   }<br \/>\n    }<br \/>\nprintf(&#8220;<\/select><\/td>\n<\/tr>\n<p>&#8220;);<br \/>\n\/\/&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p>\n<p>printf(&#8221;<\/p>\n<tr>\n<td><input type=\\\"reset\\\" VALUE=\\\"Clear form\\\"\/><\/td>\n<td><input TYPE=\\\"submit\\\" NAME=\\\"submit\\\" VALUE=\\\"Search\\\"><\/td>\n<\/tr>\n<\/table>\n<\/fieldset>\n<p>The following databases are searched and a link to a new page with the details will appear if results are found . . .\n<\/p><\/form>\n<\/div>\n<p>&#8220;);<br \/>\n\/\/#######################################################################<\/p>\n<p>printf(&#8220;NB :: Surnames today are often spelt differently to than they were recorded  in the 18th and 19th century , for example Ryan has turned up in local records as  O&#8217;Wryen , O&#8217;Royn , Roin , Ryne etc.<BR \/>&#8220;);<\/p>\n<p>}<br \/>\nelse{<br \/>\n     $query = $wpdb->prepare(<br \/>\n         &#8216;select civilparish,cpid FROM _grp_civilparish where cpid =  %s&#8217; , $cp );<br \/>\n     $row = $wpdb->get_row($query , ARRAY_A,0);<br \/>\n     $civpar = $row[0];<br \/>\n     PRINTF(&#8220;<\/p>\n<h2>Search results<\/h2>\n<p>&#8220;);<br \/>\n     if(  $sn==&#8221; )<br \/>\n        { PRINTF(&#8220;There are no matchs for those details , scroll down to the bottom of the page to search again .&#8221;); }<br \/>\n       else{ PRINTF(&#8220;Scroll down the page to view links to more detailed results of your search for &#8220;);<br \/>\n             if( $cn == &#8216;Any&#8217;){ PRINTF(&#8221; anyone named <b>$sn<\/b> from&#8221;);}<br \/>\n              else{  PRINTF(&#8221;  <b>$cn $sn<\/b> from&#8221;);  }<br \/>\n             if( $cp == &#8216;ALL&#8217;){ PRINTF(&#8221; any parish in the Shrule area &#8230;&#8221;); }<br \/>\n              else{ PRINTF(&#8221; $civpar Civil Parish .&#8221;); }<br \/>\n             }<br \/>\n    }<\/p>\n<p>printf(&#8220;<\/p>\n<hr \/>\n<ul>\n<li>&#8220;);\n<p>printf(&#8220;<\/p>\n<h3>Census of Ireland  1901<\/h3>\n<p>&#8220;);<\/p>\n<p>printf(&#8220;<\/p>\n<h2><a href=\\\"?page_id=938\\\"><img title=\\\"Follow me to the 1901 census  records\\\" src=\\\"http:\/\/shrule.com\/wp-content\/uploads\/2012\/03\/pagelink.gif\\\" alt=\\\"Follow me\\\" width=\\\"20\\\"\/><\/a>Head of Household (B)  1901<\/h2>\n<p>&#8220;);<\/p>\n<p>if( $submit == &#8220;Search&#8221;)<br \/>\n {   \/\/&#8212;&#8212;&#8212;&#8211; search placenames and townlands&#8212;&#8212;&#8212;&#8212;&#8211;<br \/>\n$wildf_sn = &#8216;%$f_sn%&#8217; ;<br \/>\nif($cp == &#8216;ALL&#8217;)<br \/>\n   {<br \/>\n     $query = $wpdb->prepare(<br \/>\n         &#8216;select * from _gr_census_1901hoh<br \/>\n                 WHERE SOUNDEX(hoh_surname) like SOUNDEX(%s)<br \/>\n                   OR landlord like %s&#8217; , $f_sn  , $wildf_sn );<br \/>\n    }<br \/>\n  else{ $query = $wpdb->prepare(<br \/>\n         &#8216;select * from _gr_census_1901hoh<br \/>\n          WHERE (  _gr_census_1901hoh .status = RIGHT(%s,3) )<br \/>\n                    AND ( SOUNDEX(hoh_surname) like SOUNDEX(%s)<br \/>\n                           OR landlord like %s&#8217;, $f_cp , $f_sn);<br \/>\n\t\t}<\/p>\n<p>$res = $wpdb->get_results($query , ARRAY_A);<br \/>\nif( $wpdb->num_rows > 0)<br \/>\n   {  printf(&#8220;Follow this link to &#8220;);<br \/>\n      printf(&#8221; <a href=\\\"?page_id=938&#038;submit=Search&#038;cn=%s&#038;sn=%s&#038;cp=%s\\\" target=\\\"_blank\\\">view the %s entries <\/a>&#8220;,<br \/>\n       $f_cn,$f_sn,$f_cp, $norows);<br \/>\n      Printf(&#8221; matching your query on Shrule.com. <br \/>&#8221; );<br \/>\n    }<br \/>\n   else{<br \/>\n         printf(&#8221; No results found &#8230;. <br \/> &#8220;);<br \/>\n        }<br \/>\n\t\/\/&#8212;&#8212;&#8212;&#8211; search end   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p> }<br \/>\nElse{ PRINTF(&#8220;Head of household and building type information plus some family data.&#8221;);}<\/p>\n<p> PRINTF(&#8220;<\/li>\n<li>&#8220;);<br \/>\n PRINTF(&#8220;1901 census information for Shrule and surrounding area relating to the types of buildings and the name of the head of household , number in the household and land holders name &#8211; the records do not detail everyone , just Head of Household and property details .\n<\/li>\n<p>&#8220;);<\/p>\n<p>PRINTF(&#8220;<\/p>\n<li>\n<h2>\n<a href=\\\"?page_id=938\\\"><img title=\\\"Follow me to the census  records\\\" src=\\\"http:\/\/shrule.com\/wp-content\/uploads\/2012\/03\/pagelink.gif\\\" alt=\\\"Follow me\\\" width=\\\"20\\\"\/><\/a>Household Forms (A)<br \/>\n<\/h2>\n<p>&#8220;);<\/p>\n<p>if( $submit == &#8220;Search&#8221;)<br \/>\n  {   \/\/&#8212;&#8212;&#8212;&#8211; search placenames and townlands &#8212;<br \/>\n   if($cp == &#8216;ALL&#8217;)<br \/>\n     { $query = $wpdb->prepare(<br \/>\n         &#8216;select * from _gr_census_1901a<br \/>\n                 WHERE SOUNDEX(Surname) like SOUNDEX(%s)&#8217; , $f_sn );<br \/>\n\t  }<br \/>\n    else<br \/>\n      { $query = $wpdb->prepare(<br \/>\n         &#8216;select * from _gr_census_1901a<br \/>\n             WHERE  SOUNDEX(Surname) like SOUNDEX(%s) AND<br \/>\n               LEFT(_gr_census_1901a.TownlandID,5)  like %s&#8217; , $f_sn , $f_cp);<\/p>\n<p>\t   }<br \/>\n    $res = $wpdb->get_results($query , ARRAY_A);<\/p>\n<p>    if($res) \/\/ is there a good result<br \/>\n  \t   { $norows =  $wpdb->num_rows;   \/\/ check if there are any results<br \/>\n   \t\t if( $norows > 0 )<br \/>\n           { printf(&#8220;Follow this link to &#8220;);<br \/>\n             printf(&#8221; <a href=\\\"?page_id=938&#038;submit=Search&#038;cn=%s&#038;sn=%s&#038;cp=%s\\\" target=\\\"_blank\\\">view the %s entries <\/a>&#8220;,<br \/>\n                  $f_cn,$f_sn,$f_cp, $norows);<br \/>\n             Printf(&#8221; matching your query on Shrule.com. <br \/>&#8221; );<br \/>\n            }<br \/>\n           else{<br \/>\n                Printf(&#8220;Your search did not find any matchs in the 1901 census records (Form A).<br \/>&#8220;);<br \/>\n\t\t\t\t}<br \/>\n        }   \/\/&#8212;&#8212;&#8212;&#8211; search end   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n   }<br \/>\n\/\/Else{ PRINTF(&#8220;Head of household and building type information plus some family data.&#8221;);}<\/p>\n<p> PRINTF(&#8220;1901 Census A forms for some households detailing who was present on census night and including their ages , education and relation to the head of the household &#8211; Not a lot of records on shrule here but the whole census is online free at the National Archives (linked below) so it seems pointless to add more here !<br \/>&#8220;);<\/p>\n<p>PRINTF(&#8220;Partial Census records are entered for the Parish of Shrule and some peripheral parishes for 1901 , the following links are to Ireland&#8217;s &#8220;);<\/p>\n<p>$co = &#8216;Mayo&#8217; ;<br \/>\nPRINTF(&#8220;National archive records (1901) :: click here for <a href=\\\"http:\/\/www.census.nationalarchives.ie\/search\/results.jsp?census_year=1901&#038;surname=%s&#038;exact=&#038;firstname=%s&#038;county=%s&#038;townland=&#038;ded=%s&#038;age=&#038;sex=&#038;relationToHead=&#038;religion=&#038;education=&#038;occupation=&#038;marriageStatus=&#038;marriageYears=&#038;childrenBorn=&#038;childrenLiving=&#038;birthplace=&#038;language=&#038;deafdumb=&#038;search=Search&#038;sort=dedSort&#038;pageSize=100\\\" target=\\\"_blank\\\">Mayo records<\/a>&#8220;,$sn,$cn,$co,$ded);<\/p>\n<p>$co = &#8216;Galway&#8217; ;<br \/>\nPRINTF(&#8221;  and here for <a href=\\\"http:\/\/www.census.nationalarchives.ie\/search\/results.jsp?census_year=1901&#038;surname=%s&#038;exact=&#038;firstname=%s&#038;county=%s&#038;townland=&#038;ded=%s&#038;age=&#038;sex=&#038;relationToHead=&#038;religion=&#038;education=&#038;occupation=&#038;marriageStatus=&#038;marriageYears=&#038;childrenBorn=&#038;childrenLiving=&#038;birthplace=&#038;language=&#038;deafdumb=&#038;search=Search&#038;sort=dedSort&#038;pageSize=100\\\" target=\\\"_blank\\\">Galway records<\/a>&#8220;,$sn,$cn,$co,$ded);<\/p>\n<p>printf(&#8221; &#8211; the links send you to the online census records approximating what you searched for here but with records from the whole county<\/li>\n<p>&#8220;);<\/p>\n<p>PRINTF(&#8220;<\/p>\n<li>\n<h3>Census of Ireland &#8211; 1911<\/h3>\n<\/li>\n<li>\nThe Census of Ireland for all 32 counties is online at <a href=\\\"http:\/\/www.census.nationalarchives.ie\/search\/\\\" target=\\\"_blank\\\">The National Archives of Ireland <\/a> , the records include both 1901 and 1911. The are no records on Shrule.com for the 1911 census .<br \/>\n&#8220;);<\/p>\n<p>PRINTF(&#8220;National archive records (1911) :: click here for <a href=\\\"http:\/\/www.census.nationalarchives.ie\/search\/results.jsp?census_year=1911&#038;surname=%s&#038;exact=&#038;firstname=%s&#038;county=%s&#038;townland=&#038;ded=%s&#038;age=&#038;sex=&#038;relationToHead=&#038;religion=&#038;education=&#038;occupation=&#038;marriageStatus=&#038;marriageYears=&#038;childrenBorn=&#038;childrenLiving=&#038;birthplace=&#038;language=&#038;deafdumb=&#038;search=Search&#038;sort=dedSort&#038;pageSize=100\\\" target=\\\"_blank\\\">Mayo records<\/a>&#8220;,$sn,$cn,$co,$ded);<\/p>\n<p>$co = &#8216;Galway&#8217; ;<br \/>\nPRINTF(&#8221;  and here for <a href=\\\"http:\/\/www.census.nationalarchives.ie\/search\/results.jsp?census_year=1911&#038;surname=%s&#038;exact=&#038;firstname=%s&#038;county=%s&#038;townland=&#038;ded=%s&#038;age=&#038;sex=&#038;relationToHead=&#038;religion=&#038;education=&#038;occupation=&#038;marriageStatus=&#038;marriageYears=&#038;childrenBorn=&#038;childrenLiving=&#038;birthplace=&#038;language=&#038;deafdumb=&#038;search=Search&#038;sort=dedSort&#038;pageSize=100\\\" target=\\\"_blank\\\">Galway records<\/a>&#8220;,$sn,$cn,$co,$ded);<\/p>\n<p>printf(&#8221; &#8211; the links send you to the online census records for 1911 approximating what you searched for here but with records from the whole county.&#8221;);<\/p>\n<p>printf(&#8221;\n<\/li>\n<li>\n<h2><a href=\\\"?page_id=946\\\"><img title=\\\"Follow me to the Birth\/Baptismal  records\\\" src=\\\"http:\/\/shrule.com\/wp-content\/uploads\/2012\/03\/pagelink.gif\\\" alt=\\\"Follow me\\\" width=\\\"20\\\"\/><\/a>Birth\/Baptismal  records   1831 &#8211; 1899<\/h2>\n<p>&#8220;);<\/p>\n<p>if( $submit == &#8220;Search&#8221;)<br \/>\n  {   \/\/&#8212;&#8212;&#8212;&#8211; search parish baptism records  &#8212;&#8212;&#8212;-<br \/>\n   if( $f_cn == &#8216;%&#8217;)<br \/>\n       { $query = $wpdb->prepare(<br \/>\n         &#8216;select * from _grc_baptism<br \/>\n          WHERE SOUNDEX(surname) like SOUNDEX(%s)<br \/>\n\t\t  order by address&#8217;<br \/>\n\t\t  , $f_sn );<br \/>\n\t \t}<br \/>\n     else{  $query = $wpdb->prepare(<br \/>\n         &#8216;select * from _grc_baptism WHERE SOUNDEX(surname) like SOUNDEX(%s)<br \/>\n                          AND christian_name like %s order by address&#8217;<br \/>\n\t\t  , $f_sn ,&#8217;%&#8217;.$f_cn.&#8217;%&#8217; );<br \/>\n\t\t  }<\/p>\n<p>     $res = $wpdb->get_results($query , ARRAY_A);<\/p>\n<p>     if($res) \/\/ is there a good result<br \/>\n  \t\t {  $norows =  $wpdb->num_rows ;     \/\/ check if there are any results<br \/>\n  \t\t     if( $norows > 0 )<br \/>\n                      {<br \/>\n                         printf(&#8220;Follow this link to &#8220;);<br \/>\n                         printf(&#8221; <a href=\\\"?page_id=946&#038;submit=Search&#038;cn=%s&#038;sn=%s&#038;cp=%s\\\" target=\\\"_blank\\\">view the %s entries <\/a>&#8220;,<br \/>\n                                  $f_cn  , $f_sn , $f_cp , $norows);<br \/>\n                         Printf(&#8221; matching your query. <br \/>&#8221; );<br \/>\n                         }<br \/>\n            else<br \/>\n              {     Printf(&#8220;Your search did not find any matchs in the Birth and Baptism records.<br \/>&#8220;);\t              }<br \/>\n    }   \/\/&#8212;&#8212;&#8212;&#8211; search end   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n   }<\/p>\n<p>Printf(&#8221;<br \/>\nBaptismal records from the Shrule parish records (RC) from 1831 to 1899.\n<\/li>\n<li>\n<h2><a href=\\\"?page_id=948\\\"><img title=\\\"Follow me to the National School registers\\\" src=\\\"http:\/\/shrule.com\/wp-content\/uploads\/2012\/03\/pagelink.gif\\\" alt=\\\"Follow me\\\" width=\\\"20\\\"\/><\/a>National School registers<\/h2>\n<p>&#8220;);<\/p>\n<p>if( $submit == &#8220;Search&#8221;)<br \/>\n {   \/\/&#8212;&#8212;&#8212;&#8211; search placenames and townlands &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n   $query = $wpdb->prepare(<br \/>\n         &#8216;select * from _grc_nschools<br \/>\n                 WHERE SOUNDEX(surname) like SOUNDEX(%s)&#8217;<br \/>\n\t\t , $f_sn  ); <\/p>\n<p>   $res = $wpdb->get_results($query , ARRAY_A);<\/p>\n<p>   if($res) \/\/ is there a good result<br \/>\n  \t{ $norows =  $wpdb->num_rows ;      $personhit = $personhit + $norows;<br \/>\n      \/\/ check if there are any results<br \/>\n  \t  if( $norows > 0 )<br \/>\n\t    {<br \/>\n         printf(&#8220;Follow this link to &#8220;);<br \/>\n         printf(&#8221; <a href=\\\"?page_id=948&#038;submit=Search&#038;cn=%s&#038;sn=%s&#038;cp=%s\\\" target=\\\"_blank\\\">view the %s entries <\/a>&#8220;,<br \/>\n                  $f_cn , $f_sn , $f_cp , $norows);<br \/>\n         Printf(&#8221; matching your query. <br \/>&#8221; );<br \/>\n        }<br \/>\n       else<br \/>\n        {  Printf(&#8220;Your search did not find any matchs in the National School registery records.<br \/>&#8220;);<br \/>\n \t\t }<br \/>\n    }   \/\/&#8212;&#8212;&#8212;&#8211; search end   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n  }<br \/>\n\/\/Else{ PRINTF(&#8220;Registers for Kilroe and Clydagh are available here .&#8221;);}<\/p>\n<p>PRINTF(&#8220;The school registers for Kilroe NS and Clydagh NS from 1870 to 1970 showing pupils name ,dates attended , parent&#8217;s name , occupation and address.\n<\/li>\n<li>\n<h2><a href=\\\"?page_id=950\\\"><img title=\\\"Follow me to the Marriage records\\\" src=\\\"http:\/\/shrule.com\/wp-content\/uploads\/2012\/03\/pagelink.gif\\\" alt=\\\"Follow me\\\" width=\\\"20\\\"\/><\/a> Marriage records  1831 &#8211; 1899<\/h2>\n<p>&#8220;);<\/p>\n<p>if( $submit == &#8220;Search&#8221;)<br \/>\n  {   \/\/&#8212;&#8212;&#8212;&#8211; search marriage records &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n    if( $f_cn == &#8216;%&#8217;)<br \/>\n       { $query = $wpdb->prepare(<br \/>\n                &#8216;select * from _grc_marriage<br \/>\n                 WHERE Soundex(bride_s) like soundex(%s)<br \/>\n                   OR soundex(groom_s) like soundex(%s)<br \/>\n                 ORDER by townland&#8217;<br \/>\n\t\t         , $f_sn , $f_sn  );<br \/>\n\t    }<br \/>\n      else<br \/>\n\t   {<br \/>\n          $query = $wpdb->prepare(<br \/>\n                  &#8216;select * from _grc_marriage<br \/>\n                       WHERE ( Soundex(bride_s) like soundex(%s)<br \/>\n                         AND bride_f like (%s))<br \/>\n                       OR ( Soundex(groom_s) like soundex(%s)<br \/>\n                         AND (groom_f) like (%s))<br \/>\n                        ORDER by townland&#8217;<br \/>\n\t\t                , $f_sn  ,&#8217;%&#8217;.$f_cn.&#8217;%&#8217; , $f_sn ,&#8217;%&#8217;.$f_cn.&#8217;%&#8217;);<br \/>\n        }<br \/>\n     $res = $wpdb->get_results($query , ARRAY_A);<\/p>\n<p>     if($res > 0 ) \/\/ is there a good result<br \/>\n  \t\t {    $norows =  $wpdb->num_rows;       $personhit = $personhit + $norows;<br \/>\n           \/\/ check if there are any results<br \/>\n  \t\t   if( $norows > 0 ) {<br \/>\n         printf(&#8220;Follow this link to &#8220;);<br \/>\n         printf(&#8221; <a href=\\\"?page_id=950&#038;submit=Search&#038;cn=%s&#038;sn=%s&#038;cp=%s\\\" target=\\\"_blank\\\">view the %s entries <\/a>&#8220;,<br \/>\n                  $f_cn , $f_sn , $f_cp , $norows);<br \/>\n         Printf(&#8221; matching your query. <br \/>&#8221; );<br \/>\n                                          }<br \/>\n           else<br \/>\n              {               Printf(&#8220;Your search did not find any matchs in the Marriage records.<br \/>&#8220;);               }<br \/>\n     }   \/\/&#8212;&#8212;&#8212;&#8211; search end   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n   }<\/p>\n<p>PRINTF(&#8221;<br \/>\nMarriage and certificate records from the Shrule parish records (RC) from 1831 to 1899.\n<\/li>\n<li>\n<h2><a href=\\\"?page_id=952\\\"><img title=\\\"Follow me to the Graveyard inscriptions\\\" src=\\\"http:\/\/shrule.com\/wp-content\/uploads\/2012\/03\/pagelink.gif\\\" alt=\\\"Follow me\\\" width=\\\"20\\\"\/><\/a> Graveyard inscriptions  1700 &#8211; 2000<\/h2>\n<p>&#8220;);<\/p>\n<p>if( $submit == &#8220;Search&#8221;)<br \/>\n  {   \/\/&#8212;&#8212;&#8212;&#8211; search marriage records &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n    $query = $wpdb->prepare(<br \/>\n         &#8216;select * from _grc_graves<br \/>\n                 WHERE Soundex(surname) like soundex(%s)<br \/>\n                 ORDER by address&#8217;<br \/>\n\t\t , $f_sn );<br \/>\n     $res = $wpdb->get_results($query , ARRAY_A);<\/p>\n<p>     if($res > 0 ) \/\/ is there a good result<br \/>\n  \t\t {   $norows = $wpdb->num_rows;      \/\/ check if there are any results<br \/>\n  \t\t     if( $norows > 0 )<br \/>\n\t\t\t   {<br \/>\n                 printf(&#8220;Follow this link to &#8220;);<br \/>\n                 printf(&#8221; <a href=\\\"?page_id=952&#038;submit=Search&#038;cn=%s&#038;sn=%s&#038;cp=%s\\\" target=\\\"_blank\\\">view the %s entries <\/a>&#8220;,<br \/>\n                                              $f_cn,$f_sn,$f_cp, $norows);<br \/>\n                 Printf(&#8221; matching your query. <br \/>&#8221; );<br \/>\n                }<br \/>\n            else<br \/>\n              {  Printf(&#8220;Your search did not find any matchs in the Marriage records.<br \/>&#8220;);\t     }<br \/>\n    }   \/\/&#8212;&#8212;&#8212;&#8211; search end   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n   }<\/p>\n<p>PRINTF(&#8221;<br \/>\n Graveyard inscriptions for Shrule and Moyne graveyards , &#8230; more to come &#8230;.\n<\/li>\n<li>\n<h2><a href=\\\"?page_id=1389\\\"><img title=\\\"Follow me to the Emmigrant advertisements \\\" src=\\\"http:\/\/shrule.com\/wp-content\/uploads\/2012\/03\/pagelink.gif\\\" alt=\\\"Follow me\\\" width=\\\"20\\\"\/><\/a>Emmigrant advertisements<\/h2>\n<p>The search for Missing friends <a href=\\\"?page_id=1389\\\" target=\\\"_blank\\\">advertisements<\/a> in various newspapers in the USA during the 19th century.<\/p>\n<\/li>\n<li>\n<h2><a href=\\\"?page_id=952\\\"><img title=\\\"Follow me to the Griffith's Valuation data\\\" src=\\\"http:\/\/shrule.com\/wp-content\/uploads\/2012\/03\/pagelink.gif\\\" alt=\\\"Follow me\\\" width=\\\"20\\\"\/><\/a>Griffith&#8217;s Valuation  1848 &#8211; 1856<\/h2>\n<p>&#8220;);<\/p>\n<p>if( $submit == &#8220;Search&#8221;)<br \/>\n  {   \/\/&#8212;&#8212;&#8212;&#8211; search Griffiths valuation &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n    if($cp == &#8216;ALL&#8217;)<br \/>\n      {<br \/>\n\t\t$query = $wpdb->prepare(<br \/>\n                 &#8216;select * from _gr_grifvaluation<br \/>\n                  left join _grp_townlands<br \/>\n                     on _gr_grifvaluation.tl_id = _grp_townlands.TLid<br \/>\n                   WHERE ( (  SOUNDEX(tsurname) like SOUNDEX(%s) )<br \/>\n                      OR ( SOUNDEX(lsurname) like SOUNDEX(%s) ) )&#8217;<br \/>\n\t\t          , $f_sn , $f_sn  ); \/\/ %s<br \/>\n \t    }<br \/>\n       else<br \/>\n         { $query = $wpdb->prepare(<br \/>\n                    &#8216; SELECT * from _gr_grifvaluation<br \/>\n                      LEFT JOIN _grp_townlands<br \/>\n                        ON _gr_grifvaluation.tl_id = _grp_townlands.TLid<br \/>\n                      WHERE ( ( SOUNDEX(tsurname) LIKE  SOUNDEX(%s) )<br \/>\n                         OR ( SOUNDEX(lsurname) LIKE  SOUNDEX(%s) ) )  AND ( _gr_grifvaluation.status = RIGHT(%s,3)  )&#8217;<br \/>\n\t\t             , $f_sn , $f_sn , $f_cp ); \/\/ %s<br \/>\n\t\t  }<\/p>\n<p>     $res = $wpdb->get_results($query , ARRAY_A);<\/p>\n<p>     if($res) \/\/ is there a good result<br \/>\n  \t   { $norows = $wpdb->num_rows;                \/\/ check if there are any results<br \/>\n  \t\t if( $norows > 0 )<br \/>\n\t\t   {<br \/>\n            printf(&#8220;Follow this link to &#8220;);<br \/>\n            printf(&#8221; <a href=\\\"?page_id=940&#038;submit=Search&#038;cn=%s&#038;sn=%s&#038;cp=%s\\\" target=\\\"_blank\\\">view the %s entries <\/a>&#8220;,<br \/>\n                  $f_cn,$f_sn,$f_cp, $norows);<br \/>\n            Printf(&#8221; matching your query. <br \/>&#8221; );<br \/>\n\t\t\t}<br \/>\n          else<br \/>\n            { Printf(&#8220;Your search did not find any matchs in the Griffith&#8217;s Valuation records.<br \/>&#8220;);<br \/>\n            }<br \/>\n        }   \/\/&#8212;&#8212;&#8212;&#8211; search end   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n   }<\/p>\n<p>Printf(&#8221;<br \/>\nGriffith&#8217;s Valuation is the only detailed record of Irish land ownership and tenancy in the 19th century.Shrule area was valued in 1854.<br \/>\nAn online version for the whole country is available at  <a href=\\\"http:\/\/www.askaboutireland.ie\/griffith-valuation\/index.xml\\\" target=\\\"_blank\\\">askaboutireland.ie <\/a> .<br \/>This allows access to 6\\&#8221; Griffith Valuation maps and original pages etc&#8230; (Free!).\n<\/li>\n<li>\n<h2><a href=\\\"?page_id=942\\\"><img title=\\\"Follow me to the Tithe Applotments List \\\" src=\\\"http:\/\/shrule.com\/wp-content\/uploads\/2012\/03\/pagelink.gif\\\" alt=\\\"Follow me\\\" width=\\\"20\\\"\/><\/a>Tithe Applotments    1823 &#8211; 1838<\/h2>\n<p>&#8220;);<\/p>\n<p>if( $submit == &#8220;Search&#8221;)<br \/>\n  {   \/\/&#8212;&#8212;&#8212;&#8211; search tithe applot  &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n    if($cp == &#8216;ALL&#8217;)<br \/>\n       {  $query = $wpdb->prepare(<br \/>\n                   &#8216;select * from _gr_titheapps<br \/>\n                     WHERE SOUNDEX(surname) like SOUNDEX(%s)&#8217;<br \/>\n\t\t             , $f_sn   ); \/\/ %s<br \/>\n\t\t}<br \/>\n       else<br \/>\n        { $query = $wpdb->prepare(<br \/>\n                   &#8216;select * from _gr_titheapps<br \/>\n                 WHERE soundex(surname) like soundex(%s)<br \/>\n                       AND status LIKE %s&#8217;<br \/>\n\t\t             , $f_sn  , $f_cp ); \/\/ %s<br \/>\n\t\t}<br \/>\n    $res = $wpdb->get_results($query , ARRAY_A);<\/p>\n<p>    if($res) \/\/ is there a good result<br \/>\n  \t  { $norows = $wpdb->num_rows;      $personhit = $personhit + $norows;<br \/>\n           \/\/ check if there are any results<br \/>\n   \t\tif( $norows > 0 )<br \/>\n   \t\t  {<br \/>\n           printf(&#8220;Follow this link to &#8220;);<br \/>\n           printf(&#8221; <a href=\\\"?page_id=942&#038;submit=Search&#038;cn=%s&#038;sn=%s&#038;cp=%s\\\" target=\\\"_blank\\\">view the %s entries <\/a>&#8220;,<br \/>\n                  $f_cn,$f_sn,$f_cp, $norows);<br \/>\n           Printf(&#8221; matching your query. <br \/>&#8221; );<br \/>\n                                          }<br \/>\n         else<br \/>\n           { Printf(&#8220;Your search did not find any matchs in the Tithe Applotments.<br \/>&#8220;);<br \/>\n \t\t    }<br \/>\n       }<br \/>\n   \/\/&#8212;&#8212;&#8212;&#8211; search end   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n  }<\/p>\n<p>Printf(&#8221;<br \/>\nThe Composition Act of 1823 specified that tithes due to the Established Church, the Church of Ireland, which had hitherto been payable in kind, should now be paid in money.In the next 15 years every parish was valued fot tithing purposes.\n<\/li>\n<li>\n<h2><a href=\\\"?page_id=944\\\"><img title=\\\"Follow me to the Flax Growers List \\\" src=\\\"http:\/\/shrule.com\/wp-content\/uploads\/2012\/03\/pagelink.gif\\\" alt=\\\"Follow me\\\" width=\\\"20\\\"\/><\/a> Flax Growers  (1796) List <\/h2>\n<p>&#8220;);<\/p>\n<p>if( $submit == &#8220;Search&#8221;)<br \/>\n  {<br \/>\n   \/\/&#8212;&#8212;&#8212;&#8211; search 1796 flax &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n    if($cp == &#8216;ALL&#8217;)<br \/>\n       { $query = $wpdb->prepare(<br \/>\n                   &#8216;select * from _gr_flax1796<br \/>\n                    WHERE soundex(surname) like soundex(%s)&#8217;<br \/>\n\t\t            , $f_sn   ); \/\/ %s<br \/>\n\t\t}<br \/>\n       else<br \/>\n        { $query = $wpdb->prepare(<br \/>\n                     &#8216;select * from _gr_flax1796<br \/>\n                      WHERE soundex(surname) like soundex(%s)<br \/>\n                       AND RIGHT(cpid,3) LIKE %s &#8216;<br \/>\n\t\t              , $f_sn , $f_cp    ); \/\/ %s<br \/>\n         }<\/p>\n<p>     $res  = $wpdb->get_results($query , ARRAY_A);<\/p>\n<p>     if($res) \/\/ is there a good result<br \/>\n  \t\t{  $norows =  $wpdb->num_rows;      $personhit = $personhit + $norows;               \/\/ check if there are any results<br \/>\n  \t\t   if( $norows > 0 )<br \/>\n              {<br \/>\n               printf(&#8220;Follow this link to &#8220;);<br \/>\n               printf(&#8221; <a href=\\\"?page_id=944&#038;submit=Search&#038;cn=%s&#038;sn=%s&#038;cp=%s\\\" target=\\\"_blank\\\">view the %s entries <\/a>&#8220;,<br \/>\n                  $f_cn,$f_sn,$f_cp, $norows);<br \/>\n               Printf(&#8221; matching your query. <br \/>&#8221; );<br \/>\n              }<br \/>\n            else<br \/>\n              {  Printf(&#8220;Your search did not find any matchs in the flax growers list.<br \/> &#8220;);<br \/>\n              }<br \/>\n        }   \/\/&#8212;&#8212;&#8212;&#8211; search end   &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\n   }<\/p>\n<p>Printf(&#8221;<br \/>\nSpinning wheel or Flax growers lists showing who qualified for awards in 1796 . The linen industry awarded flax growers with spinning wheels or looms depending on the acreage of flax grown.\n<\/li>\n<p>&#8220;);<\/p>\n<p>Printf(&#8220;<\/p>\n<li>\n<h2><a href=\\\"?page_id=169\\\"><img title=\\\"Follow me to the 1641 Books of Survey and Distribution \\\" src=\\\"http:\/\/shrule.com\/wp-content\/uploads\/2012\/03\/pagelink.gif\\\" alt=\\\"Follow me\\\" width=\\\"20\\\"\/><\/a>1641 Books of Survey and Distribution<\/h2>\n<p>&#8220;);<br \/>\nPrintf(&#8220;<a title=\\\"Survey and Distribution index\\\" href=\\\"?page_id=169\\\" target=\\\"_blank\\\">View the Shrule and related documents<\/a><br \/>\nAfter the wars of the mid seventeenth century, the English government needed solid information on land ownership throughout Ireland to carry out its policy of land redistribution. The Books of Survey and Distribution record ownership before the Cromwellian and Williamite confiscations, c.1641, and after, c.1666\n<\/li>\n<p>&#8220;);<\/p>\n<p>if(isset($_REQUEST[&#8216;submit&#8217;]))<br \/>\n  {<br \/>\nPRINTF(&#8220;<\/p>\n<hr \/>\n<h2>Search again ?<\/h2>\n<p>&#8220;);<br \/>\nPRINTF(&#8220;This search page looks for surnames sounding like the one you enter  in the form below . If you want to enter a firstname , use a part of the name such as <b>Pat<\/b> for Patrick &#8211; this will get all the records entered as Pat , Patk and Patrick . If you leave this set to <i>Any<\/i>  it will include all firstnames. <br \/> ..Good luck&#8230;&#8221;);<\/p>\n<p>\/\/cn = first name  ,  sn = surname  , cp= parish<br \/>\n\/\/##########################################################################<br \/>\nPRINTF(&#8220;<\/p>\n<div class=\\\"formshrule\\\">&#8220;);<br \/>\nPRINTF(&#8220;<\/p>\n<form METHOD=\\\"POST\\\" ACTION=\\\"?page_id=$pid\\\">&#8220;);<\/p>\n<p>if(isset($_REQUEST[&#8216;submit&#8217;]))<br \/>\n    {    $submit   = $_REQUEST[&#8216;submit&#8217;] ;   }<\/p>\n<p>PRINTF(&#8220;<\/p>\n<fieldset>\n<legend> Find more ancestors ?<\/legend>\n<p>&#8220;);<br \/>\n\/\/&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br \/>\nPRINTF(&#8220;<\/p>\n<table>&#8220;);<br \/>\nPRINTF(&#8220;<\/p>\n<tr>\n<td><label for=\\\"firstname\\\">First name ::<\/label><\/td>\n<td>&#8220;);<br \/>\nif(isset($_REQUEST[&#8216;cn&#8217;]))<br \/>\n           {   PRINTF(&#8220;<input TYPE=\\\"TEXT\\\" NAME=\\\"cn\\\" VALUE=\\\"$cn\\\" \/>&#8220;);               }<br \/>\n            ELSE{    PRINTF(&#8220;<input TYPE=\\\"TEXT\\\" NAME=\\\"cn\\\" VALUE=\\\"Any\\\" \/>&#8220;);    }<br \/>\nPRINTF(&#8220;<\/td>\n<\/tr>\n<p>&#8220;);<br \/>\n\/\/&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p>PRINTF(&#8220;<\/p>\n<tr>\n<td><label for=\\\"surname\\\">Surname or last name ::<\/label><\/td>\n<td>&#8220;);<br \/>\nif(isset($_REQUEST[&#8216;sn&#8217;]))<br \/>\n         {  PRINTF(&#8220;<input TYPE=\\\"TEXT\\\" NAME=\\\"sn\\\" VALUE=\\\"$sn\\\" \/>&#8220;);    }<br \/>\n          ELSE{ PRINTF(&#8220;<input TYPE=\\\"TEXT\\\" NAME=\\\"sn\\\" VALUE=\\\"\\\"\/>&#8220;);            }<br \/>\nPRINTF(&#8220;<\/td>\n<\/tr>\n<p>&#8220;);<br \/>\n\/\/&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<\/p>\n<p>printf(&#8220;<\/p>\n<tr>\n<td><label for=\\\"parish\\\">Select the Parish ::<\/label><\/td>\n<td>&#8220;);<\/p>\n<p>$query = $wpdb->prepare(<br \/>\n         &#8216; select civilparish,cpid FROM _grp_civilparish group by cpid&#8217; , 1 ); \/\/ %s<\/p>\n<p> \/\/ count records in each table<br \/>\n$combo = $wpdb->get_results($query , ARRAY_N);<\/p>\n<p>printf(&#8220;<select NAME=\\\"cp\\\" CLASS=\\\"input_field\\\" \/>&#8220;);<br \/>\nif(isset($_REQUEST[&#8216;cp&#8217;]))<br \/>\n  { $cp=  $_REQUEST[&#8216;cp&#8217;] ;<br \/>\n    if($cp <> &#8216;ALL&#8217;){ printf(&#8220;<option VALUE=\\\"ALL\\\">All parishes<\/option>&#8220;); }<br \/>\n      else{ printf(&#8220;<option VALUE=\\\"ALL\\\" SELECTED>All parishes<\/option>&#8220;); }<br \/>\n    }<br \/>\n  else{printf(&#8220;<option VALUE=\\\"ALL\\\" SELECTED>All parishes<\/option>&#8220;);}<\/p>\n<p>foreach ( $combo as $row )<br \/>\n\t{<br \/>\n  \t  $cp_code = substr($row[1],0,5) ;<br \/>\n      if($cp == $cp_code)<br \/>\n           {  PRINTF(&#8220;<option VALUE=\\\"$cp_code\\\" SELECTED>$row[0]<\/option>&#8220;);  }<br \/>\n       else{ PRINTF(&#8221;<option VALUE=\\\"$cp_code\\\">$row[0]<\/option>&#8220;); }<br \/>\n\t}<br \/>\nprintf(&#8220;<\/select><\/td>\n<\/tr>\n<p>&#8220;);<br \/>\n\/\/&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p>\n<p>printf(&#8221;<\/p>\n<tr>\n<td><input type=\\\"reset\\\" VALUE=\\\"Clear form\\\"\/><\/td>\n<td><input TYPE=\\\"submit\\\" NAME=\\\"submit\\\" VALUE=\\\"Search\\\"><\/td>\n<\/tr>\n<\/table>\n<\/fieldset>\n<p>The above databases will be searched again and a link to a new page with the details will appear if results are found . . .\n<\/p><\/form>\n<\/div>\n<p>&#8220;);<br \/>\n\/\/#######################################################################<\/p>\n<p>printf(&#8220;NB :: Surnames today are often spelt differently to than they were recorded  in the 18th and 19th century , for example Ryan has turned up in local records as  O&#8217;Wryen , O&#8217;Royn , Roin , Ryne etc.<BR \/><\/p>\n<hr \/>\n<p>&#8220;);<\/p>\n<p>}<\/p>\n<p>?><\/p>\n<\/ul>\n<hr \/>\n<p>Flax growers list (1796) , Griffith Valuation , 1901 Head of Households (B1) , Baptism and Marriage records from  Shrule parish plus the school registers for Kilroe and Clydagh national  schools are available here .<br \/>\nThe census data is expanding constantly and if you would like to add some records it would be appreciated . No records from the Baptism , Birth or Marriage database are available after 1899 for data protection reasons . No school record details later than 1921 are displayed other than the pupils name and the school they attended . No records are stored for later than 1970 for data protection and security reasons.<br \/>\nA <b>word of warning<\/b> in relation to Birth , Marriage and Death records ,it is impossible to be sure how much is not there, since the thoroughness of local registration depended very much on local conditions and on the people responsible, but according to sources  such as <a HREF=\"http:\/\/www.ancestry.com\" TARGET=\"_blank\">ancestry.com<\/a> as much as 10 to 15 per cent of marriages and births simply do not appear in the registers. <\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":17,"featured_media":0,"parent":0,"menu_order":70,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-338","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/www.shrule.com\/index.php?rest_route=\/wp\/v2\/pages\/338","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.shrule.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.shrule.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.shrule.com\/index.php?rest_route=\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"http:\/\/www.shrule.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=338"}],"version-history":[{"count":0,"href":"http:\/\/www.shrule.com\/index.php?rest_route=\/wp\/v2\/pages\/338\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.shrule.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=338"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}