Menu

Census 1911 - UK

Anonymous
2008-12-20
2012-09-19
  • Anonymous

    Anonymous - 2008-12-20

    This is about to become available.

    Please could someone advise as to how to add this option to the program.

    Many thanks.

     
    • Ian Wright

      Ian Wright - 2008-12-24

      You will need to add an entry to the census_years table in the database.
      Assuming that you're using the default tblprefix family_ the syntax for this is as follows:
      INSERT INTO family_census_years (country, year) VALUES ('British Isles', '1911')

       
      • Anonymous

        Anonymous - 2009-01-19

        Brilliant. I've learnt something new.

        Many thanks for your help.

         
    • Anonymous

      Anonymous - 2009-01-18

      Ian, thanks for the reply and apologies for the delay in replying.

      I don't know how to carry out your instructions.

      Perhaps you can help me some more?

      Cheers.

       
      • Ian Wright

        Ian Wright - 2009-01-19

        Hi,
        If you've got cpanel based hosting then find phpmyadmin under databases and select that, then choose your database (_family) and click on the SQL tab. Type in the text above and click go.

         

Log in to post a comment.