Guest User

Untitled

a guest
Oct 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2.  
  3. require_once '/path/to/HTMLPurifier.auto.php';
  4.  
  5. $config = HTMLPurifier_Config::createDefault();
  6. $purifier = new HTMLPurifier($config);
  7. $clean_html = $purifier->purify($dirty_html);
  8.  
  9. ?>
Add Comment
Please, Sign In to add comment