Guest User

Untitled

a guest
Jul 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <?php
  2.  
  3. if(!$value1){
  4. echo 'There is no value for value1';
  5. } elseif($value2){
  6. echo 'There is no value for value one, but there is a value for value2';
  7. }
  8.  
  9. ?>
Add Comment
Please, Sign In to add comment