Posts by Daniel • 11 points
1 post
-
0
votes2
answers54
viewsQ: how to update id
someone can help me update the ID in this code? public function Editar_Cliente(){ $dados = $this->DadosClientes; $id = $dados['id']; $nome = $dados['nome']; $cpf = $dados['cpf']; $email =…