ShowTopic($topic_id); //Check if we're editing a valid answer (topic) if(empty($topics)) $alliance->redirect($_GET); foreach($topics as $top) { $title = stripslashes($top['title']); $ans = stripslashes($top['post']); $ans = preg_replace('/\[message\]/', '', $ans); $ans = preg_replace('/\[\/message\]/', '', $ans); } ?>
Warning: you can't use the values [message] or [/message] in your post because it can cause problem with bbcode system.