Hello,
I have a new pb when I reload page.
I have a code which repeats itself when I valid my answers of a question and I pass to the next question.
But when I reload the page I want to reload the same page. I try many variable to test, but I don't know how differenciate when I click on Valid or when I reload.
Can you help me please.
Thanks.
Regards,
Laurielle
Pb reload page
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
If you need to just remember where you were up to when the page is reloaded either set a $_GET variable or even better, use sessions.
http://us4.php.net/manual/en/ref.session.php
http://us4.php.net/manual/en/ref.session.php