|
An Error Occured Could not connect to the Posts database. SELECT t.*, pt.post_text,u.realname as username
FROM topics_01 t,posts_text_01 pt
LEFT JOIN rg_user u ON t.topic_poster = u.id
WHERE t.topic_id = '' AND t.topic_id = pt.topic_id AND t.topic_status!='-1'
|