Posts by user19918 • 1 point
1 post
-
0
votes1
answer110
viewsQ: Update database by SQL PHP
Staff I am having difficulty updating my database to decrease the weight by 1 kg. Any help I appreciate. The code is as follows: <?php class Aluno{ public $nome; public $endereco; public $peso;…