PHP Forums Archive

Using Slider Bar in Forms

Tags: Slider bar

chatar posted on 2009-01-12 17:35:42 #

hi
i am new to php and i am building a website where i need to use
slider bars to take inputs from user and store it in database can
anybody help me.

Thanx in advance.

Comments / discussions

Olaf posted on 2009-01-12 18:44:21 #

what do you mean with slidebars? do you have an example page?

chatar posted on 2009-01-13 17:07:08 #

Slider Bar are something like you have for Volume Control in windows
but in horizontal form and is having certain integer or float
values for each movements.

Olaf posted on 2009-01-13 18:54:12 #

This kind of slidebars are created with Adobe Flash, action script will convert/post the values to an external php script. You can't do that with php or html.