Hi!
I have a form where the user enters some input. The input will eventionally become a database table. When he hit the 'submit' button the info is put into an array and then into a session variable for later. The session gets it's name from the user inputfield 'tablename' ..
Then, if the user wants to he can then proceed to 'checkout.php' or he can make a new input in another form and hit the submit button again. The same will happen again, storing all input into an array and then into a session variable.
My question is now:
When I go to another page to print all session variables. How can I identify each session beeing stored, so that the input info will come out the right way in my database...
I have a form where the user enters some input. The input will eventionally become a database table. When he hit the 'submit' button the info is put into an array and then into a session variable for later. The session gets it's name from the user inputfield 'tablename' ..
Then, if the user wants to he can then proceed to 'checkout.php' or he can make a new input in another form and hit the submit button again. The same will happen again, storing all input into an array and then into a session variable.
My question is now:
When I go to another page to print all session variables. How can I identify each session beeing stored, so that the input info will come out the right way in my database...
Comment