Problème pour changer de page
Bonjour, j'ai un problème avec mon header. Je ne sais pas comment je peut envoyer des valeurs a une page.
j'ai essayé ce code :
Code:
header('location:Correction.php?lbName=$lbName&Sexe=$Sexe&lbPrenom=$lbPrenom&lbAge=$lbAge');
mais il me dise après:
Citation:
Notice: Undefined variable: lbName in /nfs/nas01a_etudiants/inf/uapv1600150/public_html/TP7/Josselin_Tessier_S1_CI2_TP1/Correction.php on line 15
Dans mon php je refais le html et dans les input je récupère en fesant :
Code:
<input type="text" name="lbName" value="'.$lbName.'">
Merci de vôtre réponse.
Kliffe