|
|
Browse by Tags
All Tags » php » bbCode
-
Hello All.
you know there are many forums using a quote bb code like this [q uote] some quote [/q uote]
I know how to match it but the problem is it can be nested and I do not know how to match it recursively.
some text [q uote] some quote [q uote] some nested quote [/q uote] some [q uote] some nested quote [/q uote] quote [/q uote] some ...
-
Hi, I asking for help in my PHP code optimization. I try to rewrite my old/slow BBCode conversion function to use regex. The allowed BBCodes are
[ b]text[ /b]
[ i]text[ /i]
[ url]domain.com[ /url] or [ url]domain.com|domainname[ /url]
[ img]filename.ext[ /img] or [ img]filename.ext|description[ /img]
It is possible to construct ...
-
Hello! Please forgive in advance, my english is not too well. [:'(]. I am creating a content system in PHP. I want to make advanced "url" tags and I am at a loss.
I understand the basic {gopage=home disp=Home} but some of my urls will not always have just that. Some I need to have class and subpage. Is ...
|
|
|