Posts by Kelly Cris • 141 points
6 posts
-
0
votes1
answer90
viewsQ: Is it possible to create a data field that is Cross-Browser?
Does anyone know how to make the <input type="date"> works in all browsers? In the Google Chrome works normally, I can pass the parameter in the form, receive in the variable and play in the…
-
1
votes4
answers1698
viewsA: Retrieve checkbox values in an array
the code that is on the other page <?php $nome=$_POST['familia']; $data=$_POST['date']; $id=$_POST['familia_id']; $tabela=$_SESSION['tabela']; $qtd=$_SESSION['qtd']; if($_POST["salvar_ok"]) {…
-
3
votes4
answers1698
viewsQ: Retrieve checkbox values in an array
How can I get the checkbox value in the code below? It is a presence list and this code I modified to one that I use a little different and this way I do not know how to get the values of checkboxes…
-
2
votes2
answers6584
viewsQ: Multiple checkbox and save to bank
I have a form on which I will be able to mark several checkbox at the same time and wanted to know how I identify those marked and save them in the database. On the bench I’ll have a table and a…
-
6
votes3
answers14718
viewsQ: How to put line breaking in a textarea?
When I’m going to change or include some data from a textearea I wanted you to save the line breaks. Also, when you show in a textarea before the data that already exist I wanted to show with the…
phpasked Kelly Cris 141 -
0
votes2
answers846
viewsQ: Duplicate values in php
I have a table in the bank called toy, inside it I have the columns name, total, quantity available and amount donated. But I want to show only the name, total and total amount donated. When I use…