Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <html>
  2. <body>
  3. <?php
  4.  
  5. $a=7;
  6. $b=3;
  7. $modulo=$a%$b;
  8. {
  9. echo "reszta : $modulo";
  10. }
  11.  
  12. ?>
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. <?php
  22.  
  23.  
  24.  
  25.  
  26. ?>
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement