I have this: str = \"some html code [img]......[/img] some html code [img]......[/img]\" and I want to get this:
I want to use markItUp to allow users to format their text using bbcode, but the preview isn\'t working.
I want cut out everything inside (tags included) from text, for ex: [url=http://example.com]something[/url]
Hi I recently discovered an issue where people using BB Code to enter links are able to manipulate them.
I recently discovered an issue where people using BB Code to enter links are able to manipulate them.
I\'m searching for a jQuery plugin or function to insert bb code in a selected textarea - nothing more. I found plugins like http://markitup.jaysalvat.com/downloads/ but they add are to oversized for
I am currently making a homepage where logged in users can write comments. The comment string is first run through a function that str_replaces emoticons. After that I want it to exchange
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m working on some BBcode for my website. I\'ve managed to get most of the codes working perfectly, however the [QUOTE] tag is giving me some grief.
Developing a community site where everyone can post text, I\'m looking for a markup filter: What is not part of the markup must be escaped (htmlspecialchars()) as it is.