Posts by user196053 • 85 points
5 posts
-
-2
votes1
answer426
viewsQ: Unknown column '' in 'Where clause'. Error mysql php
Below is the code I am using to try to make a login system, but it is failing Code: <?php $link = mysqli_query($con, "SELECT * FROM usuarios WHERE nome= $nome AND senha = $senha") or…
-
0
votes2
answers58
viewsQ: Error when registering.php with mysql (final step) "INSERT"
follows below the code of the register that I made. In thesis it is working perfectly, but at the end of the moment it is to give the INSERT, it ends up falling in LSE (ie, the registration was…
-
-1
votes1
answer288
viewsQ: "Uncaught Referenceerror: Function is not defined" DOM error
my intention of this code is to open a different menu for each image I click, however this command is not happening (I will leave the whole code only as a precaution) HTML: <!-- imagens de…
-
1
votes3
answers159
viewsQ: Error in php/mysql register
I made a login and registration system, and within the registration section I put a condition, if true register, if false do not register. However, as much as if Else is true, when I enter the…
-
4
votes1
answer86
viewsQ: Movement Chain of Ants
I got a flea behind my ear and I was wondering if you guys could help me out on this. I’m trying to make the edge (dashed) of a div (for example) turn clockwise as if it were a chain of ants going…