problème avec $_POST
Posté : 04 avr. 2011, 00:21
Code : Tout sélectionner
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)
}
pourriez vous m'expliquez je peut sauvegardez le $_POST
merci