I have a page to register a person's data. In that page i have a button (Register) that send the data in a HTML FORM (in POST method) to a search for similar pages.
If have no equal matches in the SQL data base (id card) the server reply no match (document number) but shows the most similar names.
In the end of the reply page i put a button to confirm the save operation, but i'm in the client side now.
How i do resend the data that i received before to another page (where i'll save in SQL) in the post (various items name, birth, address, etc - not only one data) method?