BB Code to HTML


/ Published in: PHP
Save to your folder(s)

Simply call the function by passing your string you wish to parse. To convert the parser to HTML to BB Code, change this line:

$newtext = str_replace($bbcode, $htmlcode, $text);
to
$newtext = str_replace($htmlcode, $bbcode, $text);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.