PHP problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Cesar
Forum Commoner
Posts: 31
Joined: Sat May 22, 2004 1:35 am

PHP problem

Post 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.
User avatar
Wayne
Forum Contributor
Posts: 339
Joined: Wed Jun 05, 2002 10:59 am

Post by Wayne »

what data is stored in the session that is being lost?
duk
Forum Contributor
Posts: 199
Joined: Wed May 19, 2004 8:45 am
Location: London

Post by duk »

yes try to put your code here!!
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Yeah some code would be wonderful.



Manual help: http://www.php.net/session
Google search: [google]php sessions tutorial[/google]
Cesar
Forum Commoner
Posts: 31
Joined: Sat May 22, 2004 1:35 am

PHP - HTML cache problem

Post 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.
Draco_03
Forum Regular
Posts: 577
Joined: Fri Aug 15, 2003 12:25 pm
Location: Montreal, Canada

Post 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.
Post Reply