Hallo zusammen,
ich habe mir ein kleines Tool geschrieben, welches bestimmte Einträge aus einem phpBB Board holt und diese anzeigt:
$result = mysql_query("SELECT phpbb_topics.forum_id, phpbb_topics.topic_id, phpbb_posts.topic_id, phpbb_posts.post_id,
phpbb_posts_text.post_id, phpbb_posts_text ...