The point of my idea is to write a program for a Web site that has it\'s own BB CODE (开发者_开发知识库PHP) ,then user of the programcan write his message and range his message with this BB code (insi
I\'m trying to do a bbcode parser class that can create personalyzed tags, but I have some problem with urls
So i wanna do something like this in php. If i have a year in brackets [1995] I want it to convert it to the the difference of the current year to 1995.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m writing a small blog module. I want the users to be able to type BBCode. I need to convert that to XHTML to store in the DB, which I managed to do for most of the tags, except for [url].
I\'m trying to add extra tags to the PEAR package BBCodeParser http://pear.php.net/package/HTML_BBCodeParser/docs/latest/li_HTML_BBCodeParser.html, to do this, I believe I need to place Object.php in