Re: [PHPLIB] importing form variables, and more... From: Bryan McGuire (joefriday <email protected>)
Date: 12/30/99

If a registered variable has the same name as a post/get/cookie variable,
the post/get/cookie variable will get overwritten when you call page_open.
There still may be a way to retreive the data by looking at environment
variables or something, but life is a whole lot simpler if you just don't
register your form variables,
----- Original Message -----
> "You want to understand in what order form variables and session variables
> are imported into your page. You want to understand how to copy values
from
> form values into session values without killing yourself. You do not want
to
> make form variables persistent, ever. Then you will live happily
> thereafter..."
>
> Can anyone elaborate on this, or point me to a reference which discusses
> these topics in more detail?

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.