Guest User

Untitled

a guest
Jul 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <php if bla bla ?>
  2.  
  3. display some html
  4.  
  5. <php endif
  6.  
  7.  
  8. if (bla) ?>
  9.  
  10. display some more html
  11.  
  12. <php endif ?>
  13.  
  14. ----------------------
  15. as opposed to
  16.  
  17. <php if bla bla
  18. echo'
  19. display some html ';
  20.  
  21. elseif echo ' some more shit ';
Add Comment
Please, Sign In to add comment