7;m trying to put the $ClientName value to $sess_client session
variable.
Again, Thanks.
---
Stéphane Pinel
[EMAIL PROTECTED]
iChat : [EMAIL PROTECTED]
> -Original Message-
> From: Stéphane Pinel [mailto:[EMAIL PROTECTED]]
> Sent: 11 October 2002 11:32
> To: [EMA
lto:[EMAIL PROTECTED]]
Sent: 11 October 2002 11:32
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Updating session variables values during session
Same problem...
Thanks.
---
Stéphane Pinel
[EMAIL PROTECTED]
iChat : [EMAIL PROTECTED]
Le 11/10/02 11:26, « Simon Taylor » <[EM
imon
>
> -Original Message-
> From: Stéphane Pinel [mailto:[EMAIL PROTECTED]]
> Sent: 11 October 2002 11:16
> To: [EMAIL PROTECTED]
> Subject: [PHP] Updating session variables values during session
>
>
> Hi,
>
> PHP 4.1.X
>
> I'm trying, dur
Hiya,
Try using $_SESSION['variablename']
To refer to session variables.
Cheers
Simon
-Original Message-
From: Stéphane Pinel [mailto:[EMAIL PROTECTED]]
Sent: 11 October 2002 11:16
To: [EMAIL PROTECTED]
Subject: [PHP] Updating session variables values during session
Hi,
Hi,
PHP 4.1.X
I'm trying, during the session time, to change the value of 2 session
variables:
My first attempt was simply like this:
$sess_client = $theClient;
$sess_ref_clientFact = $theRefClient;
...but following pages still get old values from the session variables.
Then I tried this:
5 matches
Mail list logo