Hi, I am trying to build a user registration system that needs the user in the first instance to complete two fields, 'First Name' and 'Surname', and when submitted this is validated against a current MySQL database of legitimate members of the organisation. If they are on that database they are taken to a second page where the 'First name' and 'Surname' fields are already completed, and they are asked to populate 'Email', 'Phone', 'Username' and 'Password' fields. On clicking submit this then populates the remaining database fields and they are taken back to the login screen. Can you guide me on how this can be coded so that the table on the second page has both the 'First Name' and 'Surname' fields parsed from the original registration screen, as at the moment I appear only to be able to use one or the other. We have a number of members that have the same names (i.e. two John's, a family of Gearings etc.), and I need for page two to be looking at the correct record in the database. Thanks in advance...Mark