Date: 11/23/00
- Next message: Renato Lins: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Previous message: Renato Lins: "[phplib] PHPLIB+PHP4 session variable not registered"
- In reply to: Renato Lins: "[phplib] PHPLIB+PHP4 session variable not registered"
- Next in thread: Renato Lins: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Reply: Renato Lins: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Renato Lins: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Previous message: Renato Lins: "[phplib] PHPLIB+PHP4 session variable not registered"
- In reply to: Renato Lins: "[phplib] PHPLIB+PHP4 session variable not registered"
- Next in thread: Renato Lins: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Reply: Renato Lins: "Re: [phplib] PHPLIB+PHP4 session variable not registered"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

