RE: [PHP] registering $_REQUEST variables as session variables.

2002-03-13 Thread Ford, Mike [LSS]
> -Original Message- > From: Gonzalez, Zara E [mailto:[EMAIL PROTECTED]] > Sent: 11 March 2002 17:54 > > I was just wondering if anyone knew an easy way to register > all $_REQUEST > variables as session variables. I haven't seen this solution on the list, but what about: foreach ($_RE

[PHP] registering $_REQUEST variables as session variables.

2002-03-11 Thread Gonzalez, Zara E
Hullo, I was just wondering if anyone knew an easy way to register all $_REQUEST variables as session variables. Or if there's not any easy way to do that, if there is an easier way than doing it this way for each variable: $a = $_REQUEST['a']; session_register("a"); $b = $_REQUEST['b']; sessio