Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. <?php
  2. $x = 100;
  3. $y = 50;
  4.  
  5. if ($x == 100 || $y == 80) {
  6. echo "Hello world!";
  7. }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement