|
Warning: mysql_query() [function.mysql-query]: Access denied for user ''@'localhost' (using password: NO) in E:\stne.de\hosting\allianz\cl\functions.php on line 21
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in E:\stne.de\hosting\allianz\cl\functions.php on line 21
SELECT
t.topic_id,
t.topic_title,
u.username,
p.post_text,
pi.post_time
FROM phpbb_topics t,
phpbb_users u,
phpbb_posts_text p,
phpbb_posts pi
WHERE
(t.forum_id=13) AND
u.user_id=t.topic_poster AND
topic_first_post_id=p.post_id AND
topic_first_post_id=pi.post_id
ORDER BY t.topic_id DESC
Access denied for user ''@'localhost' (using password: NO)
| | |