Voici mes codes
Je suis bloquée là et je ne sais plus avancer, votre aide pardon... et j‘ai quatre pages et deux tables qui sont déjà crées
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10 <html> <head> <title>mon forum</title> <a href=./insert_sujet.php> inserer un sujet </a> </head> <body> <?php $bdd= new PDO (mysql:host=localhost;dbname=Fiche, root, ); $bdd->query ( select * From Forum_sujet);
Partager