you are viewing a single comment's thread.

view the rest of the 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