Re: [PHP] Minimalistic BBcode script

2003-06-14 Thread Jason Wong
On Saturday 14 June 2003 21:53, DZ wrote: > I found one minimalistic BBcode script, but it doesnt work. Wouldn't it be better to find some code which *did* work? > Warning: Unknown modifier '1' in f:\_php\_f\bb-code\test.php on line 32 > > line 32 is such: > > $t = preg_replace_callb

[PHP] Minimalistic BBcode script

2003-06-14 Thread DZ
Hello, I found one minimalistic BBcode script, but it doesnt work. Warning: Unknown modifier '1' in f:\_php\_f\bb-code\test.php on line 32 line 32 is such: $t = preg_replace_callback( '/[('.$atag.')(=(.*))?](.*)[/1]/isU', 'nc', $s); How to get work it? Source is only 40 line