santral
04-03-2008, 08:19 AM
$bbcode = array("<", ">",
"", "",
'[color=\"', "[/color]",
'\"]');
$htmlcode = array("<", ">",
"<b>", "</b>",
'<span style=\"color:', "</span>",
'\">');
[b] is working but
[color] not works...
is there any problem or how can I write [color] ???
"", "",
'[color=\"', "[/color]",
'\"]');
$htmlcode = array("<", ">",
"<b>", "</b>",
'<span style=\"color:', "</span>",
'\">');
[b] is working but
[color] not works...
is there any problem or how can I write [color] ???