tarun Posted December 13, 2006 Share Posted December 13, 2006 i was wondering how to make a php bbcode thing using reg_replace or str_replace or watevaand mayb a swear wrd filterthnx ppl Link to comment Share on other sites More sharing options...
roopurt18 Posted December 13, 2006 Share Posted December 13, 2006 I would recommend reading the documentation on preg_replace and then googling for regular expressions. Then try and code something and come back when you run into difficulty. Link to comment Share on other sites More sharing options...
wildteen88 Posted December 13, 2006 Share Posted December 13, 2006 Search my posts in the Regex board. There is a simple BBCode parser I posted in a thread within that board. However I do urge you to readup on understanding regular expressions. Regular expressions are very powerful and can be complex. However once you know the basics you should be able to know what your doing.Also please dont post threads with undescriptive titles. I have changed your title to something more appropriate.EDIT: I have saved you the hassle of searching the forums, [url=http://www.phpfreaks.com/forums/index.php/topic,101566.0.html]here is that thread[/url]. Link to comment Share on other sites More sharing options...
Recommended Posts