values of arrays across the website
Posted: Sun Apr 19, 2009 1:36 pm
Hello everybody.
Does anybody how to solve this difficulty?
I have a search form of hotels and countries with dropdown menus from which you select some elements. I get the tabulated results alright after submission. These tabulated results have per every row a link for further detail into the hotel. That works fine too. So, once I am in the detail page, I have to provide a link back to the tabulated results for the case the visitor wants to check other hotels too, to see them in detail, just like he did before. The problem is here: I find no way to send the values through that link back to the results page. Of course, I use sessions but it makes no difference. The fact is that the page that displays the tabulated results got its input from arrays coming from the dropdown menus, but obviously, that is gone in the detail page so, because there are no user defined superglobals I cannot resend that value to the script that would display the tabulated results.
thank you
Does anybody how to solve this difficulty?
I have a search form of hotels and countries with dropdown menus from which you select some elements. I get the tabulated results alright after submission. These tabulated results have per every row a link for further detail into the hotel. That works fine too. So, once I am in the detail page, I have to provide a link back to the tabulated results for the case the visitor wants to check other hotels too, to see them in detail, just like he did before. The problem is here: I find no way to send the values through that link back to the results page. Of course, I use sessions but it makes no difference. The fact is that the page that displays the tabulated results got its input from arrays coming from the dropdown menus, but obviously, that is gone in the detail page so, because there are no user defined superglobals I cannot resend that value to the script that would display the tabulated results.
thank you