/ Published in: PHP

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