I'm doing a refresh after x-seconds in a entry form because I like to pass through some varibales to the same page.
The refresh is ok, when I hit the submit button, the variables are given to the new page, but with refresh every time the fields allready filled in are empty.
I tried : <?php echo @$_POST['nom'] ?>
also : <?php echo @$nom ?>
as😕 but it simply wan't work.
Is it some configuration problem with Apache or PHP??
If someone has an idea I would be really helped out.
Thanks