From e247526ba388ce3def4f83ad8fb26852082bb7dd Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 30 Jun 2018 10:43:53 +0200 Subject: Version alpha_old3 2007-02-22+15:12:38 - 2007-02-27+20:02:20 --- appli_3_alpha_old/profil.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'appli_3_alpha_old/profil.php') diff --git a/appli_3_alpha_old/profil.php b/appli_3_alpha_old/profil.php index 4d6d175..97a172f 100644 --- a/appli_3_alpha_old/profil.php +++ b/appli_3_alpha_old/profil.php @@ -15,14 +15,14 @@ generate_html_divs_menu(); \n"; -$idP = $_SESSION['idP']; -if ( isset( $_SESSION['prenomP'] ) && isset( $_SESSION['prenomP'] ) ) +$idP = $_SESSION['session_idP']; +if ( isset( $_SESSION['session_prenomP'] ) && isset( $_SESSION['session_prenomP'] ) ) { - $nom=$_SESSION['prenomP'] . ' ' . $_SESSION['nomP']; + $nom=$_SESSION['session_prenomP'] . ' ' . $_SESSION['session_nomP']; } else { - $nom = $_SESSION['loginP']; + $nom = $_SESSION['session_loginP']; } $requete = "SELECT * FROM 'Personne' WHERE = ''"; echo "\n"; @@ -33,7 +33,7 @@ echo "\n"; echo "
Votre prenom :
\n"; echo "\n"; -if ( isset ($errmsg) ) enerate_html_div_errmsg($errmsg); +if ( isset ($errmsg) ) generate_html_div_errmsg($errmsg); ?> -- cgit v1.2.3