Advertisement
Guest User

Mati

a guest
Mar 4th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function tekst ($kategoria, $produkt, $cena=1)
  2. {echo $kategoria.", "$produkt." ".$cena."<br>";}
  3. tekst("Jestes", "ciotą?");
  4. tekst("Mati", "fuuu", 20);
  5. tekst ("Klimont", "Man", 40);
  6. */
  7.  
  8.  
  9. /*function suma ($a, $b)
  10. {
  11. $s=$a+$b;
  12. if ($s>100)
  13. {echo$s;}
  14. else
  15. {$d=100-$s;
  16. echo "do 100 brakuje".$d;}}
  17. suma(10, 20);
  18. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement