I heard before that you can store session variables in a database rather
than using the tmp directory etc  etc..    Does anybody have any links on
this?

Thanks


Randy
----- Original Message -----
From: "Yoel Benitez Fonseca" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 18, 2002 2:26 PM
Subject: RE: [PHP] Variable problem


>   Use an array !?, I mean :
>
>   $result[$i] = "test";
>
> > How do I combine the following so it is treated as one variable
> >
> > $i=10
> >
> > $result$i="test";
> >
> >
> > I want this to be:
> >
> >
> > $result10="test";
> >
> >
> > $i changes so I cannot just put in 10 instead of I.
> >
> >
> > anybody know how i can do that?
> --
> Yoel Benitez Fonseca
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to