Date: 04/25/01
- Next message: HurricaneIndy <email protected>: "[phplib] New PHPLIB Installation"
- Previous message: Nick Obukhov: "[phplib] Warning message in session.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
this is potentially a dumb question, but I have read
the docs and searched the mail list archives and
I can't find an answer.
I am using PHPLib sessions, mainly for authorization
purposes. I have a form, which passes variables to a
php script using the normal POST method. This
php script also can call itself, with a simple:
<A HREF ="<?PHP $sess->purl ("thisscript.php3">" >Next ten values</A>
When it calls itself, it needs access to all the same
variables that were passed from the form. My question
is, what is the best way to do this? If I make them
into session variables then they are overwritten on
POST and I would have to use reimport_post_vars,
which according to the documentation is not
recommended.
Of course when the script passes the variables to
itself it could use POST and HIDDEN, but one of
the reasons I wanted to use PHPLib was to avoid
that kind of ugly method.
Sorry if this is a dumb question, but what is the most
elegant/simplest/best way to do this?
Many thanks
James
James Johnson
Publitek New Media Ltd.
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: HurricaneIndy <email protected>: "[phplib] New PHPLIB Installation"
- Previous message: Nick Obukhov: "[phplib] Warning message in session.inc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

