Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
  2. <head>
  3. <meta http-equiv="Content-type" content="text/html; charset=iso-8859-2">
  4. <meta name="Description" content=" [wstaw tu opis strony] ">
  5. <meta name="Keywords" content=" [wstaw tu slowa kluczowe] ">
  6. <meta name="Author" content=" [dane autora] ">
  7. <meta name="Generator" content="kED2">
  8.  
  9. <title> Baza danych </title>
  10.  
  11. <link rel="stylesheet" href=" [nazwa_arkusza_stylow.css] " type="text/css">
  12. </head>
  13. <body>
  14. <?php
  15.  
  16.  
  17. $suma = 0;
  18.  
  19.  
  20. for($x = 1; $x <= 5 ; $x += 2)
  21. {
  22. $suma += $x;
  23. }
  24.  
  25. echo "suma ".$suma;
  26.  
  27. ?>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement