Let me try and explain my situation to the best of my ability
I have 3 steps to my registration phase
Step 1 : Select Values from 3 drop down lists
Step 2 : Enter Location details
Step 3 : Contact details
A submit button on step 3 that enters values into a mysql database.
Now what I want to do is give the users the option of being able to
Select more than once on step one, perhaps a button that says click to register
Further items, so that let’s say they have registered 3 times they only have to go
Through step 2 and step 3 once.
As it stands it works fine if you only want to register once in step 1
I carry the values as session variable to the next stage, but how can you pass mutlple
session variables from the same page.
I am new to this stuff and this kind of concept.
I hope you understand what I mean
Any guidance would be appreciated
I have 3 steps to my registration phase
Step 1 : Select Values from 3 drop down lists
Step 2 : Enter Location details
Step 3 : Contact details
A submit button on step 3 that enters values into a mysql database.
Now what I want to do is give the users the option of being able to
Select more than once on step one, perhaps a button that says click to register
Further items, so that let’s say they have registered 3 times they only have to go
Through step 2 and step 3 once.
As it stands it works fine if you only want to register once in step 1
I carry the values as session variable to the next stage, but how can you pass mutlple
session variables from the same page.
I am new to this stuff and this kind of concept.
I hope you understand what I mean
Any guidance would be appreciated