Posts by Lucas Macedo • 14 points
2 posts
-
-1
votes3
answers112
viewsA: WHERE condition does not work
$this->db->where('idUser',$this->session->userdata('id'));
-
0
votes1
answer102
viewsA: I cannot call modal error without clicking (Materialize)
Try it that way <? if (!empty($_POST['nome_prova'])){ $prova = ($_POST['nome_prova']); $data_prova = explode('/',($_POST['data_prova'])); $requerente = ($_POST['requerente']); $num_acessos =…