Advertisement
Guest User

sec3

a guest
Dec 10th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <div class="descr"><?=$res['when']?> door <?php
  2.  
  3. if (str_len($res['site']) >= 7)
  4.  
  5. {
  6.  
  7. if (substr_compare($res['site'], "http://", 0, 7, true) != 0 &&
  8.  
  9. substr_compare($res['site'], "https://", 0, 8, true) != 0) {
  10.  
  11. $res['site'] = " ";
  12.  
  13. }
  14.  
  15. }
  16.  
  17. ?><a href="<?= htmlspecialchars($res['site'], ENT_QUOTES)?>"><?=htmlspecialchars($res['name'], ENT_QUOTES)?></a></div>
  18.  
  19. <blockquote>
  20.  
  21. <p><?=htmlspecialchars($res['message'], ENT_QUOTES)?></p>
  22.  
  23. </blockquote>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement