Que veux-tu dire ??? Comment ça elle n'est plus définie ???
 
J'ai réessayé, et effectivement, la variable n'arrive pas à la pageremerciement !!!!
Faudrait peut-être remplacer header("Location: index.php?page=remerciement" ); par un truc du genre header("Location: index.php?page=remerciement?nom=$nom" );, mais je ne trouve pas la syntaxe exacte !
 
J'ai essayé avec des SESSIONS : pour contact.php =
 
| Code : 
 session_start();$nom = $_SESSION['nom'];
 | 
 
et pour remerciement.php =
 
| Code : 
 session_start();  $_SESSION['nom']=$nom;....session_destroy();
 | 
 
mais j'ai comme message d'erreur  
Warning: session_start() [function.session-start]: open(/mnt/146/sda/1/4/th11/sessions/sess_4629eca9fb984c81f419afc561bef1c3, O_RDWR) failed: No such file or directory (2) in /mnt/146/sda/1/4/th11/kotoka/contact.php on line 2
 
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /mnt/146/sda/1/4/th11/kotoka/contact.php:2) in /mnt/146/sda/1/4/th11/kotoka/contact.php on line 2
 
Warning: Cannot modify header information - headers already sent by (output started at /mnt/146/sda/1/4/th11/kotoka/contact.php:2) in /mnt/146/sda/1/4/th11/kotoka/contact.php on line 16
 
Warning: Unknown(): open(/mnt/146/sda/1/4/th11/sessions/sess_4629eca9fb984c81f419afc561bef1c3, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
 
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/mnt/146/sda/1/4/th11/sessions) in Unknown on line 0
 
Alors, je m'en sort pas ........  