Originariamente inviata da Alhazred Nel file 2.php Codice PHP: session_start();// non serve passare per $nome, è un'assegnazione inutile$_SESSION['nome'] = $_POST['nome'];echo $_SESSION['nome'];header("location: ..."); 3.php Codice PHP: session_start();echo $_SESSION['nome']; come sempre, sei un grande grazie infinite
session_start();// non serve passare per $nome, è un'assegnazione inutile$_SESSION['nome'] = $_POST['nome'];echo $_SESSION['nome'];header("location: ...");
session_start();echo $_SESSION['nome'];
Regole del Forum