Advertisement
Guest User

Untitled

a guest
Apr 14th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. if ($x = 7)
  2. echo '7';
  3. if ($x = 9)
  4. echo '9';
  5. if ($x = 70)
  6. echo '70';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement