Maintain selected dropdown values across multiple pages in php
I have a "page" that is included for the the tabs (home/contact/details)
pages etc. This " included page" has a 3 dropdowns. I am able to store the
selected dropdown value and display it in the dropdown box itself. What i
want is the selected dropdown value should be displayed in other pages
dropdown also. In short i want the selected dropdown values to be
consistent across all the pages. I am thinking of using sessions , but not
sure how could i use it .
No comments:
Post a Comment