Posts by Gabriel Godoy • 37 points
3 posts
-
1
votes1
answer1085
viewsQ: UPDATE with different conditions in the same query
How to update several records by setting different values, example: $update = "UPDATE tabela SET ativo=1, nivel=2 WHERE nome ='jose' AND nome='maria' AND nome='joao'"; then I just want Jose to…
-
2
votes3
answers681
viewsQ: How to check the ID value of a tag and how often does it repeat with Jquery?
Personal I have an excerpt of a code referring to image below In the first div shows a list of students. In the second the students that the user chooses for his group, as he clicks on each student…
-
0
votes2
answers820
viewsQ: How to select items from a list and fill another div with selected items using Jquery?
In the div-students I have a list, and when clicking on each student I would like to fill in another div-group I will put inside a form to register a group of students, IE, the user will select the…