Patoche
"Etre conscient que l'on est ignorant est un grand pas vers le savoir"
'; include("debug_connexion_membre.php"); echo '
'; include("include_menu.php");*/ echo '
'; include("include_menu.php"); echo '
'; include("connexion_membre.php"); echo '
'; echo '
'; include("include_barre_login.php"); echo '
'; echo '
'; $_SESSION['page_active'] = basename (__FILE__ ); ?>

Catégories du forum.

Discussion dans la catégorie'; echo " " .$str_utf; echo ' '; while($row = mysql_fetch_assoc($result_topic)) { $id = $row['topic_by']; $sql = "SELECT login FROM membres WHERE id = '".$id."' "; $result = mysql_query($sql); $data = mysql_fetch_assoc($result); $posts_sql = "SELECT * FROM posts WHERE post_topic = '".$id_categorie."' ORDER BY post_date DESC LIMIT 1"; //echo $id; $posts_result = mysql_query($posts_sql); $posts_row = mysql_fetch_assoc($posts_result); $id_user = $posts_row["post_by"]; $sql = "SELECT login FROM membres WHERE id = '".$id_user."' "; $user_result = mysql_query($sql); $user_data = mysql_fetch_assoc($user_result); $str_utf = utf8_encode($row['topic_subject']); /*' . $row['topic_subject'] . '*/ echo ' '; } echo '
  Sujets Dernier post Réponses Vues
 
Par: '; echo $data["login"]; echo '
'; echo $row['topic_content']; echo '
'; echo date('d-m-Y H:i:s', strtotime($posts_row['post_date'])); echo '
Par: '; echo $user_data["login"]; echo '
0 3513
'; ?>