Posts by felper • 9 points
2 posts
-
0
votes0
answers24
viewsQ: Change background-color cells with ids via Javascript
Guys I’m not able to change the background-color of my cells through their ids using Javascript. Gives the following error: Uncaught Typeerror: Cannot read Property 'style' of null. Does anyone know…
-
-3
votes2
answers64
viewsQ: php login giving user nonexistent
I created a login system with php and mysql but I can’t log in even though I’m sure the data has been registered successfully. I don’t know what I did wrong. Look at the code: <?php $login2 =…