bonsoir voici mon code
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
 
include("fonctions.php");
 
if (isset($_SESSION["post"])) {
 
           $_POST = array_merge($_SESSION["post"] , $_POST);
             $_SESSION["post"]=$_POST;
             echo ("je suis la");
        }
       else {  
           $_POST= $_SESSION["post"];(ligne 15)
 
        }
Notice: Undefined index: post in C:\wamp2\www\pef\liste.php on line 15

pourriez vous m'expliquez je peut sauvegardez le $_POST

merci