Questions tagged as 'checkbox'

1
answer

PHP and Javascript - Storage of checkbox value chosen (in session)

I have some checkboxes on my page. They would be campaign choices. It follows the code of the table where they are arranged (lines of three): <table style="font-family: Trebuchet MS; font-size: 20px" align="center"> <tr> <td>...
asked by 26.10.2015 / 14:39
1
answer

Problem Counting Checkboxes selected. PHP

I have some checkBox which are a query in DB. I need to get the selected fields and then make a division but it is not working. <form action="contas1.php" method="POST"> <div class="form-group">...
asked by 24.10.2015 / 08:58
4
answers

Delete only selected PHP checkboxes

I have a system that I did (I do not understand much of PHP) worked perfectly but after switching the server stopped the function of deleting only the selected checkboxes, it simply deletes everything. I search all of them for database and co...
asked by 16.10.2015 / 22:40
1
answer

Identify selected checkboxes

Well I have a page (view) that does a select from the database and returns the images to the user to select a limit of photos determined by the administrator more wanted to count and show the user how many photos he can still select, that is, whe...
asked by 06.05.2015 / 14:40
0
answers

Checkbox group and save in two tables

Hello everyone, is everything ok with you? I have the following doubt I have a form with a checkbox group related some services see below: Mecânica Funilaria Pintura Cristalização Box (Mêcanica / Fulinaria / Pintura / Cristalização) I ha...
asked by 17.11.2018 / 15:29
1
answer

How to retrieve unchecked checkbox values with PHP

I need to identify fields in checkbox that are unmarked via PHP     
asked by 18.09.2016 / 00:08
0
answers

Send value 0 or 1 of checkbox or button along with comment

I'm a beginner in development, I have an app that lets you comment text, image and audio. However I wish there was a "send anonymously" field? with a checkbox or a button, and this comment did not display the user name and profile photo. I...
asked by 10.10.2018 / 05:19
3
answers

How to submit form when selecting checkbox?

I have a form in html, sending data to the php code, but I use the input type="submit" button to send the data and I wanted the checkbox to send the form. Here is my code below: insira o código aquiecho '<tr>'; echo '<...
asked by 09.10.2018 / 15:31
0
answers

How to add multiple checkboxes to a table with php?

I've seen many questions answered similar to mine but so far nothing like it! It is as follows: I have the codes below and I do not know how to insert the checkbox into the table. Form Code <?php require "../config.php"; ?...
asked by 06.10.2018 / 02:43
1
answer

Binding a checkbox with ViewModel without using Razor (Asp.net core MVC)

I'm having problems with Razor ... I need to create a checkbox field and do the binding with my viewModel using pure html. I'm not sure how to do this, but I'm not sure how to do this. (fields are being created dynamically ...) <div class="...
asked by 06.10.2018 / 23:40