access!=BANNED){ $topic_id = $_GET['pod']; $post_id = $_GET['pod']; $topics = $database->ShowTopic($topic_id); $posts = $database->ShowPostEdit($post_id); foreach($topics as $top) { $title = stripslashes($top['title']); } foreach($posts as $pos) { $poss = stripslashes($pos['post']); } ?>
Warning: you can't use the values [message] or [/message] in your post because it can cause problem with bbcode system.