Posts by Isa Bella • 31 points
3 posts
-
-1
votes2
answers57
viewsQ: If condition breaks before changing the value of the variable
The idea of the system is, while one of the bollean is false, the send button releases to the click. I compare the src of the files, and if one of them is equal to './img/armerVermelha.png', the…
-
0
votes4
answers62
viewsQ: The display property exchange does not work with if em js
I’m a beginner in javascript, I can’t figure out the right syntax for coding to work. Note: I am trying to make the image toggle every click. HTML) <label id='a'> <img class='cadeira'…
-
2
votes1
answer85
viewsQ: Difference in true and false in header('Location: ') function in PHP
I was reading some articles about page redirection with the header() function, and came across two examples to use the function: 1) <?php header('Location: endereço', **true**, 301); exit();…