Posts by hiago-buzz • 16 points
3 posts
-
0
votes2
answers53
viewsA: Doubt about logica php
You can do a function that picks up all inputs, then traverse it with an iterator checking which one is checked, when checked you increase one in your counter. Then you divide the counter value by…
-
0
votes1
answer34
viewsA: Check the right responses at the checkbox
you can create a function that goes through the right input and only returns true if everyone has checked. thus: function verificar() { console.log(verificarCheckbox()) if (verificarCheckbox()) {…
javascriptanswered hiago-buzz 16 -
0
votes2
answers49
viewsA: save random numbers
its variable $n is an array, Voce would have to take the position $n[x] or use the column of type JSON and save the array with JSON_ARRAY($n)
phpanswered hiago-buzz 16