A Database Error Occurred
Error Number: 1054
Unknown column 'register.php' in 'where clause'
SELECT forum_topics.topic_id AS tid, forum_topics.category_id AS cid, forum_topics.topic_title AS ttitle, forum_topics.topic_poster_id AS poster_id, forum_topics.topic_poster_name AS poster_name, forum_topics.topic_type AS status, forum_topics.topic_status AS tstatus, forum_topics.topic_views AS all_views, forum_topics.topic_replies AS all_replies, forum_topics.topic_last_post_id AS reply_id, forum_topics.topic_last_poster_id AS replier_id, forum_topics.topic_last_poster_name AS replier_name, forum_topics.topic_last_poster_time AS replier_time FROM forum_topics WHERE forum_topics.category_id=register.php AND forum_topics.topic_type=5 ORDER BY forum_topics.topic_last_poster_time DESC