Krazie
Regular Member
- Aug 27, 2009
- 268
- 202
I'm wondering how I would do this. I have a sql db set up, with id as an auto_increment.
I want to have it take page1.php and when it submits the forms on that page and assign an id into the table. For example it would assign it id 2. (I have this much done)
The part I'm having a problem is then it would take that id and go to page2.php?id=2, then page3.php?id=2 etc..
How would I get it to pass the id that it submitted on page 1?
I want to have it take page1.php and when it submits the forms on that page and assign an id into the table. For example it would assign it id 2. (I have this much done)
The part I'm having a problem is then it would take that id and go to page2.php?id=2, then page3.php?id=2 etc..
How would I get it to pass the id that it submitted on page 1?
Last edited: