Posts by Leonardo Silveira • 34 points
5 posts
-
0
votes1
answer32
viewsQ: Sum variable within FOR
Good people, I need to generate a report where I search for people who have been present a day, the person may have more than one presence on the same day, but I need to pull only once, so I used…
-
1
votes2
answers51
viewsQ: Find out if people did not attend
I have a table called lockers that record the locker number , name of the owner , and I have another table that record the entrance of students, but if someone who has closet missing for 10 days I…
mysqlasked Leonardo Silveira 34 -
0
votes1
answer54
viewsQ: How to search for id separated by "," correctly?
I have a table called attendance, within it I have a field called forwarding, in the forwarding field I save the ID of the "routing types" I have registered in the table cad_forwarding separated by…
-
0
votes1
answer62
viewsA: How to submit a form without refreshing the page? A modal for example
Good night, my friend. Try adding onclick to Submit like this: <input type="submit" onClick="history.go(-1)" name="enviar" id="enviar" for="modal_enviar" value="Enviar"> In the file of the…
-
0
votes2
answers62
viewsQ: How to play this value for an input field?
I need to get the id of an item on my list and fill in the input with this id. So far with some searches I was able to choose which of the options and display the id in an Alert, but I need to fill…