Posts by pauloimon • 106 points
3 posts
-
2
votes1
answer174
viewsA: Display the service name in select and the value in the input (Codeigniter)
I don’t know exactly how the information is structured in your database, so I’m assuming you’re storing the corresponding value of each service in the same table. There are several ways to solve…
-
0
votes2
answers86
viewsA: Error including Session or foreach in PHP code
How are you using separate files in this foreach there will be no variable $lista_tarefas, for she was not created: <?php foreach ($lista_tarefas as $tarefa): ... endforeach; That’s the reason…
-
4
votes1
answer61
viewsA: Manipulating a jquery Children by clicking another
Imagine the following situation: By clicking on a <h3> within a <div class="pergunta"> for the first time, its variable aux will have the value incremented to 1. Then by clicking on a…