From 77fd088544fc488b318976a48839e70e8a4b8252 Mon Sep 17 00:00:00 2001 From: Sebastian Ranoszek Date: Thu, 30 Jan 2025 01:16:20 +0000 Subject: [PATCH] brylyphp --- bryly.php | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 bryly.php diff --git a/bryly.php b/bryly.php new file mode 100644 index 0000000..5122245 --- /dev/null +++ b/bryly.php @@ -0,0 +1,69 @@ + + + + + + Document + + + +
+ + + + + + + + + + + + + + + +
walecstożekgranistosłupostrosłup
+
+
+ + "; + if(isSet($_COOKIE['poleW'])) { + echo "H = ",$_COOKIE['hw'],"
"; + echo "r = ",$_COOKIE['rw'],"
"; + echo "pole walca = ",number_format($_COOKIE['poleW'],3),"
"; + echo "objętość walca = ",number_format($_COOKIE['obW'],3),"
"; + //setcookie("poleW","",time()-50,"/"); + } + echo "
"; + echo "
"; + if(isSet($_COOKIE['poleS'])) { + echo "H = ",$_COOKIE['hs'],"
"; + echo "r = ",$_COOKIE['rs'],"
"; + echo "l = ",$_COOKIE['ls'],"
"; + echo "pole stożka = ",number_format($_COOKIE['poleS'],3),"
"; + echo "objętość stożka = ",number_format($_COOKIE['obS'],3),"
"; + //setcookie("poleS","",time()-60,"/"); + } + echo "
"; + echo "
"; + if(isSet($_COOKIE['poleG'])) { + echo "H = ",$_COOKIE['hg'],"
"; + echo "a = ",$_COOKIE['ag'],"
"; + echo "pole graniastosłupa = ",number_format($_COOKIE['poleG'],3),"
"; + echo "objętość graniastosłupa = ",number_format($_COOKIE['obG'],3),"
"; + } + echo "
"; + echo "
"; + if(isSet($_COOKIE['poleO'])) { + echo "H = ",$_COOKIE['ho'],"
"; + echo "a = ",$_COOKIE['ao'],"
"; + echo "pole ostrosłupa = ",number_format($_COOKIE['poleO'],3),"
"; + echo "objętość ostrosłupa = ",number_format($_COOKIE['obO'],3),"
"; + } + echo "
"; + ?> + + +