|
Subject:
|
Message Board problem.
|
|
Posted By:
|
Blackjack
|
Post Date:
|
1/27/2006 5:24:51 PM
|
I have to message board set up on my server however before every message there is an error which reads : Warning: preg_replace(): Unknown modifier '‚' in /home/badeggwe/public_html/messageboard/functions.php on line 333
I have no idea what the problem is and I have no idea how to fix it, can anyone help?
|
|
Reply By:
|
Blackjack
|
Reply Date:
|
1/27/2006 6:16:10 PM
|
Well i've since figured out this problem is caused by my BB code not working but I've still not worked out how to fix it.
the offending line is
$data1 = preg_replace($bbcode['tpl'],$bbcode['rep'],$data);
|