I am a php newbie and i am trying to create a price range system for my ecommerce website project.
so I did a checkbox form:
[code]
0 - 5000
5000 - 1000
[/code]For that no problem, i can handle it…But what i want to achieve is if the user ticked the box, i can get the value of the box ticked without a submit button clicked.
How can i achieve that?
This is the form i want to achieve
[code]
0 - 5000
5000 - 1000
[/code]Hope i explain clearly…Thanks in advance for the help!