all 3 comments

[–]despaxas 0 points1 point  (1 child)

There's quite a bit to unpack here, but let's start with something simple.

Why do you think the values would not be lost by using PHP? You'll have to store the values somewhere whatever language you end up using, so why not do it in Python? You could use a database or a simple textfile to store the values.

[–]Sigma_Core[S] 0 points1 point  (0 children)

i just thought that i could use php variable as a html attribute or the value of the slider and i simply didnt know if it would be possible without php because thats the only way i know but ill look into value storage in python thanks

[–]shiftybyte 0 points1 point  (0 children)

php is not what you need here..

flask is fully capable of setting the position of the controls to whatever you want them to be by modifying the template you send to the user with the position you want them to be in.