Posts by thiago silva • 67 points
4 posts
-
0
votes1
answer98
viewsQ: Take the data inside the div and then print it in pdf (any method)?
<div id='titulo'><h1>CheckList </h1></div>\n <h2>Credito linha </h2> Proposta PVE: <input type=\"text\" id=\"proposta\" size=\"80\"…
-
1
votes2
answers46
viewsQ: I cannot store the data in my variable database others2
if(isset($_POST['cadastrar'])){ $categoria = $_POST ['categoria']; $origem = $_POST ['origem']; $acao = $_POST['acoes']; $responsavel = $_POST ['responsavel']; $quando = $_POST ['quando']; $status =…
-
4
votes1
answer120
viewsQ: Loop duplicating entire table
I’m not getting to make a loop in the table, it’s making loop to every bank search. $dbc = mysqli_connect('senha_adm'); $query = "select carro, barco, aviao, moto, triciclo, velotrou, dataCadastro…
-
-2
votes1
answer39
viewsQ: Well I cannot capture the text when I click on option 3 only returns value 3. Help
echo " <td><label for=\"opcao1\"></label></td>"; echo " <td><input name=\"origem\" value=\"Azul\" id=\"Azul\" type=\"radio\"…