* Thus wrote David T-G ([EMAIL PROTECTED]):
> Hi, all --
> 
> It appears that the change from 4.2.3 to 4.3.4rc1 was not something that
> got broken but instead something that got fixed.  Oh, yay.  But what do I
> do now?  Hmmm...

I'm catching up in emails a little late but using $_SESSION[]
access would resovle this issue.

> 
> The code
> 
>   <?php
>     session_name('name') ;
>     session_start ;

hmm... doesn't session_start requrire the ()? ie :
 
 session_start();


>


Curt
-- 
"My PHP key is worn out"

  PHP List stats since 1997: 
          http://zirzow.dyndns.org/html/mlists/

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

Reply via email to