can anyone please explain the difference between these 2 instructions ?
I know that the ?erreur=true allows me to get the value ture in the contact-gimra.php
page.
But the header() also seems to reintialise all my variables ie they no longer exist.
Using the include is there any way to pass the erreur parameter ?
header(“location:contact-gimra.php?erreur=true”);
include (‘contact-gimra.php’);
TIA
Patricia