Hi,
I want to use your bbcode-parser to parse text from a database. In some of the entries there is a HTML script-tag with javascript to show ads.
But when the parser does his 'trick', the content between the script-tags disappears and is replaced with // <!]>.
If I remove the bbcode-parser everything is fine. Is this a bug or is there an option to disable this? Below my code.
$bbcodetrans = $bbcode->render($article['content'], false, false);
Thanks!
Hi,
I want to use your bbcode-parser to parse text from a database. In some of the entries there is a HTML script-tag with javascript to show ads.
But when the parser does his 'trick', the content between the script-tags disappears and is replaced with
// <!]>.If I remove the bbcode-parser everything is fine. Is this a bug or is there an option to disable this? Below my code.
$bbcodetrans = $bbcode->render($article['content'], false, false);Thanks!