Littleham Church RRecords
Littleham church records 1538 - 1836 (baptism's and marriages) can be found online on the Church of Latterday Saints website at www.familysearch.org.
Batch number C052621 for baptisms and M052621 for marriages.
I also have available the following parish records: -
Baptisms 1813-1993.....The Rector has requested that these records are not to be published online
Burials 1813-1992.....The Rector has requested that these records are not to be published online
Marriages 1813-1969.....The Rector has requested that these records are not to be published online
You may contact me for lookups on any of the above
NEW..... Burials 1653 -1812 Available onlineAll these records are also available at the North Devon Records center at Barnstaple
and the Devon records office at Exeter
- . * // * * // * Contact David M Hogan via the "Contacts" page of the website: * // * http://www.littleham-landcross.org.uk/Contacts // * * // ********************************************************************************* // assign script name variable $script=$_SERVER['SCRIPT_NAME']; //connect to server and select database include '../../squirter.php'; $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die(mysql_error()); mysql_select_db($db,$conn) or die(mysql_error()); //create and issue the query $sql = "select id, name, email, organisation, contact_email_link from contacts where organisation = 'Genealogy'"; $result = mysql_query($sql,$conn) or die(mysql_error()); //read result of sql query into array while ($newArray = mysql_fetch_array($result)) { //assign variables to array elements $id = rtrim($newArray['id']); $name = rtrim($newArray['name']); $email = rtrim($newArray['email']); $organisation = rtrim($newArray['organisation']); $link = rtrim($newArray['contact_email_link']); // output result to display variable $display_block .= "$link"; } // display the result echo $display_block; ?>