Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. if ($something) {
  2.     echo 'Something here';
  3.     echo 'Something else here'; }
  4. else {
  5.     echo 'Another something'; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement