Advertisement
imranhs

Query for searching value to give style on .php file

Oct 21st, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?php
  2. if ($video == true):
  3. echo 'ITS TRUE!';
  4. else:
  5. ?>
  6. <script>
  7. $( '#ban_video' ).css('display', 'none');
  8. </script>
  9. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement