Questions tagged as 'checkbox'

1
answer

How to create an array with input data with checked checkboxes?

With this script, written in short because you know better than I do. <?php $query = "select from table where status='0'"; $i=0; while (mysqli_fetch_array) echo '<input type="hidden" value="' . $num_compra . '" name="item['.$i.'][num_...
asked by 03.10.2014 / 04:04
1
answer

Foreach inside foreach is duplicating PHP values? [closed]

I'm having a problem with looping , I'm working with 3 Bank tables, it would be Anuncio , Opcoes_Anuncio ( interleave) and Opcoes , I'm trying to get data from options together with the selected options, but it happens t...
asked by 15.05.2018 / 23:31
1
answer

PHP, marking checkbox for printing

I have the following situation, and would like to know if you can help me. I have a page where I mark the checkbox and send it to the print page. But I am not able to loop , so the code can see every id at a time, and generat...
asked by 02.12.2017 / 15:32
1
answer

Semantic-ui, checkbox with no action on form

I created a form using Semantic-Ui, but I can not enable the checkboxes, do I need any specific javascript for these elements? <tableclass="ui table"> <thead> <tr> <th class="four wide column">Acesso</t...
asked by 09.09.2017 / 13:17
2
answers

Remove checked elements in checkbox (JAVAScript, PHP)

I'm working on a car registration project in which I need to change my delete button that was generated for each new vehicle registered by checkbox so that more than one element can be deleted, I changed the input value to checkbox and I already...
asked by 17.07.2017 / 20:29
1
answer

I can not access IE checkbox element by vba

I'm trying to click on a checkbox in IE using VBA, but I can not access the element of this checkbox. I searched in several distinct forums and the closest I found was that access to a part of the tree might not be allowed. The site is: "...
asked by 03.05.2017 / 21:13
2
answers

How can I combine a checkbox with a switch?

I'm trying to validate the marked response on a form. The intention is to create a multiple-choice question where if the marked item is correct it presents a response, if not, that presents another message. The right answer appears to me, but...
asked by 25.04.2017 / 01:06
1
answer

Checkbox with function

Good afternoon, I'm building a form with checkboxes that call a function through onclick <body> <form name="questao1" method="post" onsubmit="sendToDB();"> <br><input type="checkbox" name="Q1[]"...
asked by 03.12.2016 / 20:19
2
answers

How do I checkbox asp.net mvc database

Hello. I'm doing a project for a music player. In the PlayList register, I would like the songs to appear in a checkbox in order to mark the desired ones and save them to the database. This is my controller: using System; using System.Colle...
asked by 19.11.2016 / 20:29
1
answer

Doubts with angular and checkbox

I have a form with some inputs and some checkbox, when I do the search the bank is returned Json , and the input fields are filled in because the checkboxes are not checked even though I have declared ng-model of it: <p> <input...
asked by 17.06.2016 / 12:52