Guest User

Untitled

a guest
Oct 17th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <head>
  2.     <title>zweite.php</title>
  3.     <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  4.     <meta name="generator" content="Geany 0.19.1" />
  5. </head>
  6.  
  7. <body>
  8. <?php
  9.    $erg = $w1 + $w2;
  10.    echo "Summe von $w1 und $w2 ist $erg";
  11. ?>
  12. </body>
Add Comment
Please, Sign In to add comment