* Thus wrote Michael R. Wayne ([EMAIL PROTECTED]):
> 
> I suspect I'm missing something obvious, any pointers?
> 
> /\/\ \/\/
> 
> <?
> if (!session_is_registered("stage")) {
>    $_SESSION["stage"] = 0;
>    $_POST['field'] = "";
>    session_register("stage");
>    }

<manual>
Caution 

If you are using $_SESSION (or $HTTP_SESSION_VARS), do not use
session_register(), session_is_registered(), and
session_unregister().
</manual>


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

Reply via email to