$panier->Ajouter_Article($_GET['id_article'], $idCommande); } } require 'header.php'; ?> <table> <tr> <th>LISTE DES PRODUITS</th> </tr> <tr> <td><?php echo $art->Afficher_les_articles(); ?> </td> </tr> </table> <br /><br /><br /><br /> <?php //$panier->Creer_commande(); //echo $art->Afficher_les_articles(); if (isset($_COOKIE['commande'])) { var_dump($_COOKIE['commande']); echo $panier->Afficher_Panier($_COOKIE['commande']); } require 'footer.php'; ?>