Advertisement
Guest User

Untitled

a guest
Apr 28th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2.  
  3. if (isset($_GET['zahl1']) && $_GET['zahl1'] != '' && isset($_GET['zahl2']) && $_GET['zahl2'] != '') {
  4.  
  5. // BEIDE ZAHLEN SIND UEBERGEBEN WORDEN - HIER DEN CODE SCHREIBEN
  6.  
  7. }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement