Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [PHP]Zliczanie zapętlonych wartości zmiennych
dawidos726
post 28.12.2020, 17:47:21
Post #1





Grupa: Zarejestrowani
Postów: 17
Pomógł: 0
Dołączył: 28.12.2020

Ostrzeżenie: (0%)
-----


Cześć szukałem czegoś co by mi pomogło ale nie bardzo wiem jak to zaadaptować w moj kod. mam taki kod:
  1. $z = $mysqli->query("SELECT * FROM view");
  2. while ($r = $z->fetch_assoc()) {
  3. $a = $mysqli->query("SELECT * FROM service WHERE id='".$r['pid']."'");
  4. $b = $a->fetch_assoc();
  5.  
  6. $ilosc = $b["val1"] * $r['amount'];
  7.  
  8. <form action="" method="post">
  9. <input type="tekst" name="" value ="'.$r["pid"].'" size="1" title="PID" disabled/>
  10. <input type="tekst" name="" value ="'.$r["id"].'" size="1" title="ID" disabled/>
  11. <input type="tekst" name="" value ="'.$b["name"].'" size="20" title="NAZWA" disabled/>
  12. <input type="tekst" name="" value ="'.$b["unit"].'" size="1" title="JEDNOSTKA" disabled/>
  13. <input type="tekst" name="" value ="'.$b["val1"].'" size="1" title="CENA" disabled/>
  14.  
  15. <input type="hidden" name="id" value="'.$r["id"].'" />
  16. <input type="tekst" name="amount" value ="'.$r['amount'].'" size="2" title="ILOŚĆ"/>
  17. <input type="tekst" name="" value ="'.$ilosc.'" size="1" title="CENA RAZEM" disabled/>
  18. <button type="submit" name="edit" value="edit" style="position:relative;top:3px;"><img src="images/icon/edit.png" style="width: 15px;height:15px;"/></button>
  19. <button type="submit" name="del" value="del" style="position:relative;top:3px;"><img src="images/icon/del.png" style="width: 15px;height:15px;"/></button>
  20. <button type="submit" name="list" value="list" style="position:relative;top:3px;"><img src="images/icon/lista.png" style="width: 15px;height:15px;"/></button>
  21. </form>';
  22. }


Efekt taki że w każdej linijce pokazuje mi cenę ze zmiennej $ilosc. A teraz chcę zrobić cenę z całości czyli wszystkich zmiennych. Jak to ogarnąć?
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: 25.07.2025 - 09:43