/ Published in: PHP
Expand |
Embed | Plain Text
function cleanse($input){ '@]*?>.*?@siU', // cleanse style '@<[\/\!]*?[^<>]*?>@si', // cleanse html '@@' // cleanse CDATA/multi-line comments ); return $text; }
You need to login to post a comment.
