Thread: phpBB
View Single Post
  #5  
Old 03-11-2002, 21:38
Jogo's Avatar
Jogo Jogo is offline
Phrasiquement typé
 
Join Date: 25-10-2002
Location: Caen (14)
Age: 37
Posts: 385
Send a message via MSN to Jogo
UTilise cette requête
$sql = "SELECT a.forum_id, a.topic_id, a.topic_title, a.topic_time, b.forum_id, b.forum_name FROM phpbb_topics a, phpbb_forums b WHERE a.forum_id = b.forum_id ORDER BY a.topic_time DESC LIMIT 0, 10";
Reply With Quote