Dropdown List reset after reloading page

If I click on the value 36 in this dropdown list :

[php]

12
24
36
48
[/php]

And the page reloads, the value reset back to 24. How can I make it stay 36 ?

Do you want the page to reload?

If you do, then you need to change the selected value in your PHP.

If I click on the dropdown list, the value is used to set the number of products on a page.

I think I have to use this : window.location.href = “indexbody.php?amount=”+value; right ?

Sponsor our Newsletter | Privacy Policy | Terms of Service