Posts by Rodrigo Schio • 26 points
2 posts
-
1
votes1
answer172
viewsA: Edit function in CRUD in PHP (PDO) does not edit
$update->bindParam(':nomeproduto', $nomeproduto); I think that’s missing
phpanswered Rodrigo Schio 26 -
0
votes2
answers306
viewsA: Alertdialog Custom Layout - Nullpointerexception Error
I think I have a short version that might help you: new AlertDialog.Builder(context) .setTitle("Salvar ?"). setMessage("Deseja Salvar ?") .setPositiveButton("Salvar",new…