What would be a good and secure concept to put the id from one table to the other?
Do I use a hidden field in a form for saving the id sombody is able to modify the number, do I use session even sombody will be able do steel the session.
This process I need if I dont insert the id in all nessary tables at once. So the same id will be insert step by step if somthing else need to be insert in a table.
I could insert the id in all tables while inserting it in the table where the user_accound and password is written.
Which concept is secure to identify a user and a row to a user? How do you do this basic process?
tom