Re: [phplib] PHPLIB+PHP4 session variable not registered From: Sascha Schumann (sascha <email protected>)
Date: 11/23/00

On Thu, 23 Nov 2000, Renato Lins wrote:

> Hello,
>
> I am planing to update from php3 to php4 on my web site, but one of our
> applications uses a session variable that that is a two dimension array
> like this :
>
> $info[$d1][$d2] = " some value " ;
> $sess->register("$info");

    "info", not "$info".

    - Sascha

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>