* Thus wrote Maarten Weyn ([EMAIL PROTECTED]):
> it works back after a reboot
What works how after what is booted when?
Curt
--
"I used to think I was indecisive, but now I'm not so sure."
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
it works back after a reboot
but does anybody know how it could have happened?
"Richard Davey" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello Jeroen,
>
> Sunday, May 23, 2004, 4:00:46 PM, you wrote:
>
> >> Should username have quote around it? Wouldn't it try to make it a
co
but since the cookie stores the session id, I thought I could keep that
ID and bring it back.
could you show me some code, or point me to some example?
Thanks
On Tue, 2004-03-09 at 23:48, Richard Davey wrote:
> Hello André,
>
> Tuesday, March 9, 2004, 11:41:04 PM, you wrote:
>
> AVL> But my q
On Thu, 13 Jun 2002, Kevin Stone wrote:
> Your problem is here..
> > return ($_SESSION['node'] = $node_id);
>
> I do not believe that you can both set and return a varaible on the same
> line. FYI, the variable which you're returning in this function is global..
> so there's no
Your problem is here..
> return ($_SESSION['node'] = $node_id);
I do not believe that you can both set and return a varaible on the same
line. FYI, the variable which you're returning in this function is global..
so there's no reason to return it anyway. Just fill the index and
5 matches
Mail list logo