Posts by Hernandes • 1 point
2 posts
-
0
votes0
answers16
viewsQ: How to ultilize these formulas($arvores_repor: [volume] * 6;) and ($total_pagar: [number of trees]) in the code to make a calculation?
<?php class cal{ private $avore_repor; private $volume; private $valor_pagar; public function setArvores_repor($r){ $this->arvores_repor =…
-
0
votes1
answer34
viewsQ: I cannot resolve this error. Notice: Undefined variable: tree repor in C: e Notice: Undefined variable: valor_pagar in C:
<?php include("header.php"); include_once "Classe.php"; ?> <?php $Ano = $_POST["Ano"]; $Estado = $_POST["Estado"]; $N_arvores_cortadas =…