+ 1
I need to create a select box on a page with 3 different colors and have it saved in a cookie.
It then needs to change the background color of the page when the color is selected. Using html, css and php
1 Réponse
+ 5
Why you need PHP for this, you can do it with JS, have you tried anything yet?