Saturday 15 August 2015

html - how to get the value of a range input and pass it to a PHP variable ? -



html - how to get the value of a range input and pass it to a PHP variable ? -

how value of range input , pass php variable ?

<input type=range min=0 max=100 value=50 name="price">

the same way value of other input.

put in form, submit form, utilize $_get['fieldname'] (or $_post).

php html

No comments:

Post a Comment