
Night Modefunction Modenight() { var element = document.getElementById("switcher-night"); element.style.backgroundColor='black'; element.style.color='white'; element.style.textAlign='center'; } Only proceed if you know SQL Injection basics. If not, read these posts first- SQL Injection Basics (theoretical...