Hello!
I have a simple blog to write, on the
first page I enter the data (and start the
session, and register variables).
On the second page, I want to approve
the data. The third page should
say what happend.
What I see is that when I send the form from the second page "sometimes" the
approve variable disappear, so
in one case everything is fine and my
if $approve=="yes" << on page3 works
but the bad case is that "only" the session variables
from the first page are visible. BUT when
i press reload or go back and retry then
the values reappear.
I tried to add the approve variable
as session variable in page2, wo
success.
I don't understand why it works sometimes
and sometimes not?