Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Remembering Selection in Select List Re: Remembering Selection in Select List

#74349
sylenix
Member

use cookies.

you could use setcookie() function in php. when the user has made the selection set the cookie using that function, then when the page is reloaded/redirected, just read the cookie values and apply it.