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
2 matches
Mail list logo