I've used sessions before, but not with multiple forms on the same page. I'm trying to pass a specific real estate listing ID (mlsnum) from a list of homes; each item is part of a loop, with the form for POSTing inside that loop.
When the user submits form with mlsnum 123456, for example, I would expect to see that on the next page; instead, I always see the very last mlsnum, this being from the last form on the page.
Am I approaching this improperly, perhaps? Maybe I shouldn't have the form in its own loop?