The Gig Harbor Web Design Meetup Group Message Board › Web Design & Development Discussions › php loops involving multiple web pages
| Dave Uebele | |
|
|
Looking for any ideas or brainstorming.
I want to create a loop that survives multiple web pages. In this case, its hardware inventory, Its already setup with multiple pages to query the hardware, pull information have web pages of "is this the information you wanted", blah blah blah. But at the top level, I want a page, that does something like: here is all your hardware, inventory all (or select portions). Once the submit button is clicked, it would walk through each item, do all the existing web pages for "yeah, this is the hardware". I figure I'll need to keep track of "am I in the loop", along with "where am I in the loop" with session variables. Maybe also have an "this is all the items in the loop", "this is the items remaining", or "this is the next item in the loop"? Thinking out loud. If anyone has any ideas on this, drop me a line. thanks, dave |
| Joshua | |
|
|
You have not really illustrated well what you are trying to do here, but from what it seems, you are likely over-complicating things :/
Why exactly do you need a loop to cross multiple pages? |