ngineer
Please refer to the following disclaimer in respect of this message:
http://www.stivesdirect.com/e-mail-disclaimer.html
> -Original Message-
> From: Plutarck [mailto:[EMAIL PROTECTED]]
> Sent: 12 April 2001 13:24
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP]
What happens is when you use session_start(), all variables in the session
become initialized to the values they have previously been given.
So when you call session_start the second time, a variable named $value is
created with the value it was given earlier.
The problem is, it over-writes the
On my first page I have a form that posts a value to page2 where it gets
registered in a session. Works like a charm...
When I try to do this again, but send another value, the session doesn´t
update the new value.
Why?
PAGE 1 --->
PAGE 2 --->
Thanks,
// Tobias
--
PHP General Mail
3 matches
Mail list logo