Page 1 of 1
PHP problem
Posted: Tue Aug 31, 2004 6:15 am
by Cesar
Hello!
How to understand, if the page which takes the data from session loses half of data.
But this mistake is not present, if the page looking from a local network.
Posted: Thu Sep 02, 2004 10:18 am
by Wayne
what data is stored in the session that is being lost?
Posted: Thu Sep 02, 2004 10:20 am
by duk
yes try to put your code here!!
Posted: Thu Sep 02, 2004 12:42 pm
by m3mn0n
Yeah some code would be wonderful.
Manual help:
http://www.php.net/session
Google search: [google]php sessions tutorial[/google]
PHP - HTML cache problem
Posted: Fri Sep 03, 2004 4:36 am
by Cesar
I have incorrectly interpreted a problem.
The matter is that after submit () the form does checks and gives out an error message if they are, thus suggests to press the button for return: javascript:history.back ()
Then the page shows the old data. If to make refresh will show normally.
Posted: Fri Sep 03, 2004 8:22 am
by Draco_03
ARe you using session, is this happens on IE or Mozilla, have you tested it on more than One browser?
and ..the code would still help.