xgmx 6 Light Poster
Recommended Answers
Jump to PostBBcode is interpreted and rendered into HTML by PHP.
Jump to Postbb code is not html, it you wrote it in PHP it might look something like this:
$message = preg_replace("#\[b\](.*?)\[/b\]#","<b>\\1</b>",$message);
it's not pretty if you don't know much about regular expressions. Granted there are other ways of doing this, but this is a nice one-liner
All 5 Replies
UberAAZ 0 Junior Poster in Training
tgreer 189 Made Her Cry Team Colleague
paradox814 1 Posting Whiz
cleto_pimp2010 0 Newbie Poster
tgreer 189 Made Her Cry Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.