Kirk Johnson wrote:

> The coding style needs to match the register_globals setting in php.ini.
>
> register_globals on:
>
> $accountsession = $session;
> $accountemail = $email;
> session_register("accountsession");
> session_register("accountemail");

Oh, sorry... I have just tried so many ways... but this works!

Thank you very much :o)

Regards,
Johan


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

Reply via email to