Posted by Kurda Yon on 01/14/08 01:52
On Jan 13, 8:43 pm, "Peter Pei" <yan...@telus.com> wrote:
> unless u r using an older version, otherwise avoid session_register
The example #4 seems not to work. In the second file the session
variable do not want to take the value of the form variable. I tried
to force session to do it by the explicit command: $_SESSION["ex"] =
$ex; But it also does not help. I think that session value of the
variable has a higher priority with respect to the from variable. In
the first file I set the value to the session variable $ex, and than I
submit a form which change the value of the $ex variable, but the
second file does not want to see the values of the form variables. It
sees the values of the session variables.
[Back to original message]
|