Posts by Leonardo Camargo • 31 points
2 posts
-
2
votes3
answers818
viewsA: Update does not work
Ever tried to give a var_dump in Query that is rotating and rotating it directly on Phpmyadmin? Usually the Mysql provides more relevant information on the ERROR of Query... Another tip is to try to…
-
1
votes3
answers543
viewsA: Show or hide a div as selected option
Just enter an "Else" condition, to disable the text field if it is already displayed... function option_check(){ if(document.getElementById("nivel_acesso").value != "0" &&…