Question
Insert and then update on next page
I've made a registration page and I want the following page
to display the newly registered account in text boxes so the user
is able to check the information and edit it then update their
newly made registration. Essentially the form needs to go two ways,
to the update page first and then to the next page with all the
newly added information. At present I have userID as an invisible
primary key, it's important that the user doesn't see this (I don't
know how relevant that is to my task).
At the moment i've managed to get the update page to recognise the name from the previous page and display relevant details OR managed to add a newly registered user to the database but not both :(
Please help,
Thanks 😄
At the moment i've managed to get the update page to recognise the name from the previous page and display relevant details OR managed to add a newly registered user to the database but not both :(
Please help,
Thanks 😄